Skip to content

Commit 0f5ce74

Browse files
authored
Use Node 24 for npm trusted publishing (#7)
1 parent 8f176c8 commit 0f5ce74

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ jobs:
2727
- name: Setup Node
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 22.x
30+
node-version: 24.x
3131
registry-url: https://registry.npmjs.org
3232
cache: npm
3333

34-
- name: Upgrade npm
35-
run: npm install -g npm@latest
34+
- name: Show tool versions
35+
run: |
36+
node --version
37+
npm --version
3638
3739
- name: Install dependencies
3840
run: npm ci

0 commit comments

Comments
 (0)