Skip to content

Commit

Permalink
chore: update pnpm to 8 (originjs#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleeeer authored Jun 10, 2023
1 parent 6fdca14 commit 4378089
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Cache pnpm modules
uses: actions/cache@v2
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Set node version to 18
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"engines": {
"node": "^14.18.0 || >=16.0.0",
"pnpm": ">=7.0.1"
"pnpm": ">=8.0.1"
},
"author": "@originjs",
"license": "MulanPSL-2.0",
Expand Down

0 comments on commit 4378089

Please sign in to comment.