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 15edc37 commit 94972fbCopy full SHA for 94972fb
.github/workflows/ci.yml
@@ -40,9 +40,7 @@ jobs:
40
- name: Cache
41
uses: actions/cache@v2
42
with:
43
- path: |
44
- node-modules
45
- vendor/typescript
+ path: node-modules
46
key: ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}-${{ matrix.typescript }}
47
restore-keys: |
48
${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}-${{ matrix.typescript }}
0 commit comments