Skip to content

Commit 36b8c53

Browse files
authored
Merge pull request #4 from Foscat/copilot/fix-npm-package-release-issue
ci: upgrade Node.js from 20 to 24 in npm publish workflow
2 parents 64daabc + d117abb commit 36b8c53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- name: Use Node.js 20
18+
- name: Use Node.js 24
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
21+
node-version: 24
2222
registry-url: https://registry.npmjs.org/
2323
cache: npm
2424

0 commit comments

Comments
 (0)