Skip to content

Commit 0527664

Browse files
authored
Merge pull request #25 from lhlyu/develop
fix: ci
2 parents a99c27d + 74a83b9 commit 0527664

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
@@ -16,15 +16,15 @@ jobs:
1616
- name: 安装Pnpm
1717
uses: pnpm/action-setup@v2
1818
with:
19-
version: 8
19+
version: 10
2020

2121
- name: 安装依赖
2222
run: pnpm i --no-frozen-lockfile --shamefully-hoist
2323

2424
- name: 设置Node的版本
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 18
27+
node-version: 20
2828
registry-url: 'https://registry.npmjs.org/'
2929
cache: 'pnpm'
3030

0 commit comments

Comments
 (0)