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 3c6f88d commit 9f37702Copy full SHA for 9f37702
.github/workflows/build.yml
@@ -25,12 +25,12 @@ jobs:
25
uses: actions/setup-node@v2
26
with:
27
node-version: ${{ matrix.node-version }}
28
- - uses: actions/cache@v2
29
- with:
30
- path: ~/.npm
31
- key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
32
- restore-keys: |
33
- ${{ runner.os }}-node-
+ - uses: actions/cache@v2
+ with:
+ path: ~/.npm
+ key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
+ restore-keys: |
+ ${{ runner.os }}-node-
34
# we may need this, not sure
35
# - run: npm install json -g
36
- run: npm ci
0 commit comments