Skip to content

Commit 1cd3bb6

Browse files
authored
ci(release): protect against cache poisoning
1 parent 4a329e6 commit 1cd3bb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- uses: actions/setup-node@v4
2525
with:
2626
node-version: 'lts/*'
27+
package-manager-cache: false
2728
registry-url: 'https://registry.npmjs.org'
2829

2930
- name: install

0 commit comments

Comments
 (0)