Skip to content

Commit de7e978

Browse files
committed
ci: harden npm release builds
1 parent 0d1c9ec commit de7e978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: '22'
1919
registry-url: 'https://registry.npmjs.org'
20-
cache: npm
20+
package-manager-cache: false
2121
- name: Use an npm version with trusted publishing support
2222
run: npm install --global npm@latest
2323
- run: npm ci

0 commit comments

Comments
 (0)