Skip to content

Commit 05cfbdc

Browse files
author
duxinyue.dxy
committed
feat: fixed ci bug
1 parent 6bb9afc commit 05cfbdc

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,10 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818

19-
- name: Setup pnpm
20-
uses: pnpm/action-setup@v2
21-
with:
22-
version: latest
23-
24-
- name: Setup Node
19+
- name: Setup Node.js environment
2520
uses: actions/setup-node@v4
2621
with:
2722
node-version: '20'
28-
cache: pnpm
2923

3024
- name: Update server.json version
3125
run: sed -i "s/{{VERSION}}/$GITHUB_REF_NAME/g" server.json

0 commit comments

Comments
 (0)