Skip to content

Commit

Permalink
chore: pnpm@9 (#87)
Browse files Browse the repository at this point in the history
* chore: pnpm@9

* chore: update pnpm in CI workflows

* chore: remove node 16 from CI, add 22
  • Loading branch information
Anber committed May 23, 2024
1 parent 9a3a33d commit b407f83
Show file tree
Hide file tree
Showing 6 changed files with 8,900 additions and 7,095 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
include:
- os: windows-latest
node-version: 20.x
Expand All @@ -29,7 +29,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"engines": {
"node": ">=16.0.0",
"pnpm": "^8.0.0"
"pnpm": "^9.0.0"
},
"exports": {
"./*.md": "./*.md"
Expand Down
Loading

0 comments on commit b407f83

Please sign in to comment.