Skip to content

Commit 9cfb304

Browse files
authored
Merge pull request #3 from usenotra/fix-npm-trusted-publishing-node
Use Node 24 for npm trusted publishing
2 parents 6e81d43 + 44d3007 commit 9cfb304

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: steps.version.outputs.changed == 'true'
5656
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5757
with:
58-
node-version: 22
58+
node-version: 24
5959
registry-url: https://registry.npmjs.org
6060

6161
- name: Install dependencies
@@ -89,7 +89,7 @@ jobs:
8989
- name: Setup Node
9090
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
9191
with:
92-
node-version: 22
92+
node-version: 24
9393
registry-url: https://registry.npmjs.org
9494

9595
- name: Install dependencies

0 commit comments

Comments
 (0)