Update workflow

This commit is contained in:
Peter Evans 2022-12-09 17:07:54 +09:00
parent 5adcb0bb0f
commit c66a585f6f

View File

@ -26,6 +26,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- run: npm ci
- run: npm run test
- run: npm run package