Skip to content

Commit 30e7c40

Browse files
committed
Remove dependency cache from release workflow
1 parent 499ca2e commit 30e7c40

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version-file: package.json
31-
cache: npm
32-
cache-dependency-path: package-lock.json
3331
registry-url: "https://registry.npmjs.org"
3432

3533
- name: Update npm
@@ -84,8 +82,6 @@ jobs:
8482
uses: actions/setup-node@v4
8583
with:
8684
node-version: 22
87-
cache: npm
88-
cache-dependency-path: package-lock.json
8985
registry-url: "https://registry.npmjs.org"
9086

9187
- name: Update npm

0 commit comments

Comments
 (0)