Skip to content

Commit 977eb2d

Browse files
committed
ci(workflow): update Node.js version to 24 and refine dependency installation step in npm-publish workflow
1 parent 3d1f6ae commit 977eb2d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ jobs:
2525
- name: Install Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: '20.x'
28+
node-version: '24'
2929
registry-url: https://registry.npmjs.org
30-
cache: 'pnpm'
3130

3231
- name: Install dependencies
3332
run: pnpm install
33+
with:
34+
version: 10
35+
run_install: true
3436

3537
- name: Build
3638
run: pnpm run build

0 commit comments

Comments
 (0)