Attempt to unfuck the workflow
This commit is contained in:
parent
98060d67b7
commit
3a84e84090
1 changed files with 1 additions and 1 deletions
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
- run: npm run dev:updateCheck
|
||||
- run: npm ci
|
||||
- run: npm run dev:updateCheck
|
||||
- run: npm run build
|
||||
- run: npm test
|
||||
|
|
Loading…
Reference in a new issue