Skip to content

Commit d7b5bd5

Browse files
authored
Update npmpublish.yml
1 parent 64e9b78 commit d7b5bd5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- uses: actions/checkout@v6.0.2
2727
- uses: actions/setup-node@v6.4.0
2828
with:
29-
node-version: 22.22.2
29+
node-version: 24
3030
registry-url: https://registry.npmjs.org/
31+
package-manager-cache: false
3132
- run: npm ci
3233
- run: npm publish

0 commit comments

Comments
 (0)