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 82f5041 commit e865076Copy full SHA for e865076
.github/workflows/continuous-integration.yml
@@ -27,8 +27,8 @@ jobs:
27
uses: actions/cache@v2
28
with:
29
path: temp/npm-cache
30
- key: npm-cache-ubuntu-${{ hashFiles('package-lock.json') }}
31
- restore-keys: npm-cache-ubuntu-
+ key: npm-cache-packaging-${{ hashFiles('package-lock.json') }}
+ restore-keys: npm-cache-packaging-
32
# lint, build, test
33
- run: npm ci
34
- run: npm run lint
0 commit comments