Skip to content

Commit 4338f47

Browse files
ci(publish): use Node.js 24
Trusted publishing requires npm CLI version 11.5.1 or later. Reference: https://docs.npmjs.com/trusted-publishers#for-github-actions
1 parent 9199156 commit 4338f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121

22-
- name: Use Node.js 20
22+
- name: Use Node.js 24
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 20
25+
node-version: 24
2626
registry-url: 'https://registry.npmjs.org'
2727

2828
- name: Install dependencies

0 commit comments

Comments
 (0)