Skip to content

Commit ccc6244

Browse files
committed
ci: 🎡 升级 CI Action 中 Node 版本
1 parent 28f9ec2 commit ccc6244

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-lib.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- name: Install pnpm
3030
uses: pnpm/action-setup@v3
3131

32-
- name: Set node version to 20
32+
- name: Set node version to 24
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: 20
35+
node-version: 24
3636
registry-url: https://registry.npmjs.org/
3737
cache: pnpm
3838

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Install pnpm
2020
uses: pnpm/action-setup@v3
2121

22-
- name: Set node version to 20
22+
- name: Set node version to 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
cache: pnpm
2828

0 commit comments

Comments
 (0)