Update node.js.yml
This commit is contained in:
parent
77d96a3dc3
commit
a13e916cae
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue