Skip to content

Commit 3f9d7e8

Browse files
committed
drop caching from release stable workflow
1 parent aff715e commit 3f9d7e8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release-stable.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,6 @@ jobs:
3232
run: |
3333
node ./scripts/swap-engines.js
3434
35-
- name: Cache node_modules
36-
uses: actions/cache@v3
37-
with:
38-
path: node_modules
39-
key: ${{ runner.os }}-${{ matrix.node-version }}-node_modules-${{ hashFiles('**/package-lock.json') }}
40-
41-
- name: Cache node_modules
42-
uses: actions/cache@v3
43-
with:
44-
path: node_modules
45-
key: ${{ runner.os }}-${{ env.NODE_VERSION }}-${{ env.CACHE_PREFIX }}-node_modules-${{ hashFiles('**/package-lock.json') }}
46-
4735
- name: Install dependencies
4836
run: npm install
4937

0 commit comments

Comments
 (0)