Update node.js.yml

This commit is contained in:
DrMint 2022-08-28 17:42:18 +02:00 committed by GitHub
parent 77d96a3dc3
commit a13e916cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm ci --force
- run: npm run precommit
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}