Skip to content

Commit 1e5d970

Browse files
Clear cache
1 parent 24023c4 commit 1e5d970

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414
with:
1515
node-version: '16'
1616
registry-url: 'https://registry.npmjs.org'
17-
- uses: actions/cache@v2
18-
with:
19-
path: ~/.npm
20-
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
21-
restore-keys: ${{ runner.OS }}-node-
2217
- run: npm ci
2318
- run: npm test
2419
- run: npm run build:esm

.github/workflows/unit-test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,5 @@ jobs:
1717
- uses: actions/setup-node@v2
1818
with:
1919
node-version: '16'
20-
- uses: actions/cache@v2
21-
with:
22-
path: ~/.npm
23-
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
24-
restore-keys: ${{ runner.OS }}-node-
2520
- run: npm ci
2621
- run: npm test

0 commit comments

Comments
 (0)