Skip to content

Commit e4be990

Browse files
committed
Use Node 24 for npm trusted publishing
1 parent 3a4ec87 commit e4be990

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
24-
cache: npm
23+
node-version: 24
2524
registry-url: https://registry.npmjs.org
2625

2726
- run: npm install

0 commit comments

Comments
 (0)