Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Jul 4, 2024
1 parent 8a3dd05 commit b6d0ca3
Show file tree
Hide file tree
Showing 4 changed files with 9,472 additions and 7,160 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: 8
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 @@ -56,9 +56,8 @@ jobs:
ref: v${{ github.event.inputs.version }}

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

- name: Install Node.js
Expand Down Expand Up @@ -96,9 +95,8 @@ jobs:
ref: v${{ github.event.inputs.version }}

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
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 @@ -7,7 +7,7 @@
"repository": "https://github.com/dream-num/univer-icons.git",
"license": "MIT",
"sideEffects": false,
"packageManager": "pnpm@8.0.0",
"packageManager": "pnpm@9.4.0",
"engines": {
"node": ">=18",
"pnpm": ">=8"
Expand Down
Loading

0 comments on commit b6d0ca3

Please sign in to comment.