Skip to content

Commit e1f18b6

Browse files
committed
update github actions
1 parent fbaff50 commit e1f18b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
cache: 'npm'
22+
- name: Install dependencies
23+
run: npm install
2224
- name: Run tests
2325
run: npm run test

0 commit comments

Comments
 (0)