We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402a836 commit 5b5c7b9Copy full SHA for 5b5c7b9
.github/workflows/github-actions.yml
@@ -24,10 +24,10 @@ jobs:
24
restore-keys: |
25
${{ runner.os }}-node-
26
27
- - name: install latest npm
28
- run: |
29
- npm install -g npm &&
30
- npm --version
+# - name: install latest npm
+# run: |
+# npm install -g npm &&
+# npm --version
31
32
- run: npm ci
33
- run: npm run lint
@@ -51,10 +51,10 @@ jobs:
51
52
53
54
55
56
57
58
59
60
- run: npm run coverage
0 commit comments