We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9484e13 commit ba6f4eeCopy full SHA for ba6f4ee
.github/workflows/build.yml
@@ -18,6 +18,8 @@ jobs:
18
restore-keys: |
19
${{ runner.os }}-node-
20
21
+ - run: npm install -g npm && npm --version
22
+
23
- run: npm ci
24
25
- run: npm test
0 commit comments