Skip to content

Commit 4b9e1f5

Browse files
authored
Remove node version in cache yarn.lock (#959)
1 parent 13558e0 commit 4b9e1f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre-release-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
path: |
2424
./node_modules
25-
key: ${{ matrix.node }}-${{ hashFiles('yarn.lock') }}
25+
key: ${{ hashFiles('yarn.lock') }}
2626
- name: Setup node
2727
uses: actions/setup-node@v1
2828
with:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
path: |
2929
./node_modules
30-
key: ${{ matrix.node }}-${{ hashFiles('yarn.lock') }}
30+
key: ${{ hashFiles('yarn.lock') }}
3131
- name: Setup node
3232
uses: actions/setup-node@v1
3333
with:
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
path: |
6363
./node_modules
64-
key: ${{ matrix.node }}-${{ hashFiles('yarn.lock') }}
64+
key: ${{ hashFiles('yarn.lock') }}
6565
- name: Setup node
6666
uses: actions/setup-node@v1
6767
- name: Install dependencies

0 commit comments

Comments
 (0)