Skip to content

Commit 2bb75bf

Browse files
fix: update Node.js version to 24 and set registry URL in release workflow
1 parent 8cece75 commit 2bb75bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Setup Node.js
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: '20.x'
34-
cache: 'npm'
33+
node-version: '24'
34+
registry-url: 'https://registry.npmjs.org'
3535

3636
- name: Install dependencies
3737
run: npm ci

0 commit comments

Comments
 (0)