Skip to content

Commit 9dd4dd5

Browse files
Using install instead of ci
Perhaps a temporary fix. Using ci has advantages, but is currently failing.
1 parent 5dae9f4 commit 9dd4dd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm ci
29+
- run: npm install
3030
- run: npm run build --if-present
31-
- run: npm test

0 commit comments

Comments
 (0)