Skip to content

Commit b444820

Browse files
authored
chore: update trusted publishing for npm packages (#1348)
* trusted publishing for npm packages * feat: update npm publish workflow for trusted publishing
1 parent 3a76da4 commit b444820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: 22.14.0
2222
registry-url: https://registry.npmjs.org
23-
cache: npm
23+
package-manager-cache: false
2424

2525
- name: Update npm for trusted publishing
2626
run: npm install --global npm@11

0 commit comments

Comments
 (0)