Skip to content

Commit c4ac4eb

Browse files
authored
ci: publish pkg use node 24 (#6161)
1 parent 0869b01 commit c4ac4eb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/auto-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727

2828
- run: pnpm run '/build:*/'
2929

30-
- run: npm i -g npm@latest
30+
- uses: actions/setup-node@v4
31+
with:
32+
node-version: 24
3133

3234
- uses: TDesignOteam/flow-pilot-action@develop
3335
with:

.github/workflows/pkg-pr-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929

3030
- uses: actions/setup-node@v4
3131
with:
32-
node-version: 20
32+
node-version: 24
3333

3434
- run: pnpm dlx pkg-pr-new publish './packages/tdesign-vue-next' './packages/tdesign-vue-next-chat' './packages/auto-import-resolver' --pnpm --template ./tdesign-vue-next-demo

0 commit comments

Comments
 (0)