ci: update workflow

This commit is contained in:
Peter Evans 2022-12-09 16:04:11 +09:00
parent 93b93397c2
commit c5d7e00b1e

View file

@ -23,6 +23,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- run: npm ci
- run: npm run build
- run: npm run format-check