Skip to content

Commit 129d7da

Browse files
committed
Disable caching for publishing
Follows new npm documentation guidance as per recent change in: npm/documentation#1935
1 parent 6aab209 commit 129d7da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
node-version: '24'
2323
registry-url: 'https://registry.npmjs.org'
24+
package-manager-cache: false # never use caching in release builds
2425

2526
- name: Clean install to run tests
2627
run: npm ci

0 commit comments

Comments
 (0)