Unfuck the workflow
This commit is contained in:
parent
3a84e84090
commit
c55c091872
1 changed files with 2 additions and 1 deletions
3
.github/workflows/node.js.yml
vendored
3
.github/workflows/node.js.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run dev:updateCheck
|
# Don't run updateCheck for now
|
||||||
|
#- run: npm run dev:updateCheck
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
|
Loading…
Reference in a new issue