Skip to content

Commit

Permalink
ci: fix ci (#2687)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai authored Jul 4, 2024
1 parent f37c142 commit f918a8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ runs:
using: composite
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false

- name: Setup Node.js
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ jobs:
ref: ${{ github.ref_name }}

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false

- name: Install Node.js
Expand Down Expand Up @@ -91,9 +90,8 @@ jobs:
ref: ${{ github.ref_name }}

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false

- name: Install Node.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.1.17",
"private": true,
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@9.4.0",
"author": "DreamNum Inc. <developer@univer.ai>",
"license": "Apache-2.0",
"funding": {
Expand Down

0 comments on commit f918a8b

Please sign in to comment.