Bump serve-static from 1.15.0 to 1.16.2 #1174
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [pull_request] | |
name: Lint and Build | |
jobs: | |
# 一回剥がしたのでやめとく | |
# あとで直す | |
# lint: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@master | |
# - run: npm ci | |
# - run: npm run lint | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- run: npm ci | |
- run: npm run build |