Skip to content

Commit b1b4225

Browse files
committed
Add npm install command in Node CI workflow
1 parent 9692707 commit b1b4225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29+
- run: npm install
2930
- run: npm run check-types
3031
- run: npm test

0 commit comments

Comments
 (0)