Skip to content

Commit 7acb187

Browse files
committed
ci: remove npm caching from release workflow
Signed-off-by: Hector Valcarcel <hmvalcarcel@gmail.com>
1 parent 8555c28 commit 7acb187

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: 'lts/*'
26-
cache: 'npm'
2726
- run: npm clean-install
2827
- run: npm audit signatures
2928
- name: Semantic Release (dry-run)
@@ -43,7 +42,6 @@ jobs:
4342
uses: actions/setup-node@v4
4443
with:
4544
node-version: 'lts/*'
46-
cache: 'npm'
4745
- run: npm clean-install
4846
- run: npm audit signatures
4947
- name: Semantic Release

0 commit comments

Comments
 (0)