Skip to content

build(deps-dev): bump serve-static from 1.15.0 to 1.16.0 #923

build(deps-dev): bump serve-static from 1.15.0 to 1.16.0

build(deps-dev): bump serve-static from 1.15.0 to 1.16.0 #923

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 18
- name: install
run: yarn install
- name: build
run: yarn build
- name: test
run: yarn test
- name: lint
run: yarn lint