Fixed npm install before ci
This commit is contained in:
parent
98929a1e0f
commit
656c8e0ef7
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@ -26,5 +26,5 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm i && npm ci
|
||||
- run: npm run build --if-present
|
||||
|
Loading…
Reference in New Issue
Block a user