Update node.js.yml
This commit is contained in:
parent
77d96a3dc3
commit
a13e916cae
|
@ -25,7 +25,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
- run: npm ci
|
- run: npm ci --force
|
||||||
- run: npm run precommit
|
- run: npm run precommit
|
||||||
env:
|
env:
|
||||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue