Skip to content

Commit bea0f6e

Browse files
committed
Remove GithubActions cache
1 parent 7f8c624 commit bea0f6e

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,6 @@ jobs:
2323
with:
2424
node-version: '20.14'
2525

26-
- name: Setup NodeJS cache
27-
uses: actions/cache@v4
28-
with:
29-
path: node_modules
30-
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
31-
restore-keys: |
32-
${{ runner.os }}-node-
33-
34-
- name: Find Yarn cache location
35-
id: yarn-cache
36-
run: echo "::set-output name=dir::$(yarn cache dir)"
37-
38-
- name: Setup Yarn cache
39-
uses: actions/cache@v4
40-
with:
41-
path: ${{ steps.yarn-cache.outputs.dir }}
42-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
43-
restore-keys: |
44-
${{ runner.os }}-yarn-
45-
4626
- name: Install NodeJS dependencies
4727
run: make deps
4828

0 commit comments

Comments
 (0)