Skip to content

Commit ba6f4ee

Browse files
committed
Update build.yml
1 parent 9484e13 commit ba6f4ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
restore-keys: |
1919
${{ runner.os }}-node-
2020
21+
- run: npm install -g npm && npm --version
22+
2123
- run: npm ci
2224

2325
- run: npm test

0 commit comments

Comments
 (0)