Skip to content

Commit 4560672

Browse files
committed
chore(dev): upgrade npm for trusted publishing in CI job
also disable node.js caching during publish
1 parent 3272095 commit 4560672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-js-packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ jobs:
321321
- name: Setup node
322322
uses: actions/setup-node@v6
323323
with:
324-
node-version: 22
325-
cache: yarn # zizmor: ignore[cache-poisoning]
324+
node-version: 24
325+
package-manager-cache: false
326326
- name: Install dependencies
327327
run: yarn install
328328
- name: Create npm dirs

0 commit comments

Comments
 (0)