Update node.js.yml

This commit is contained in:
DrMint 2022-03-11 01:08:33 +01:00 committed by GitHub
parent d5a39aa5f4
commit aba8d373d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run build --if-present
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}