Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit 0683e96

Browse files
committed
Remove caching of npm packages.
1 parent f063a0d commit 0683e96

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/js-parser.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@ jobs:
1414
with:
1515
node-version: 14
1616

17-
- name: Cache node modules as long as os and package-lock.json do not change.
18-
uses: actions/cache@v2
19-
env:
20-
cache-name: cache-node-modules
21-
with:
22-
path: ~/.npm
23-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
24-
restore-keys: |
25-
${{ runner.os }}-test-${{ env.cache-name }}-
26-
${{ runner.os }}-test-
27-
${{ runner.os }}-
28-
2917
- name: Test js parser.
3018
working-directory: ./js-parser
3119
run: |

0 commit comments

Comments
 (0)