Skip to content

Commit 4dadd51

Browse files
committed
fix: upgrade to node 24 and npm@latest for OIDC trusted publishing (requires npm 11.5.1+)
1 parent c4d247a commit 4dadd51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939

4040
- uses: actions/setup-node@v4
4141
with:
42-
node-version: "20"
42+
node-version: "24"
43+
44+
- name: Upgrade npm for OIDC trusted publishing
45+
run: npm install -g npm@latest
4346

4447
- name: Configure npm registry
4548
run: npm config set registry https://registry.npmjs.org

0 commit comments

Comments
 (0)