Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
142vip committed Dec 19, 2024
1 parent 9a077f8 commit 66fde7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.6.0
version: 9
run_install: false

- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/precheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.6.0
version: 9
run_install: false

- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"type": "git",
"url": "https://github.com/midwayjs/midway.git"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">= 16.0.0",
"pnpm": "9.6.0"
"pnpm": "9"
},
"license": "MIT",
"collective": {
Expand Down

0 comments on commit 66fde7f

Please sign in to comment.