Skip to content

Commit 0b949df

Browse files
committedMar 12, 2022
Run npm install on CI builds
1 parent 0ededfd commit 0b949df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- name: npm install, build, and test
2121
run: |
22+
npm install
2223
npm test
2324
env:
2425
CI: true

0 commit comments

Comments
 (0)
Please sign in to comment.