Skip to content

Commit

Permalink
chore: tune up the version requirements for node and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ShookLyngs committed Aug 5, 2024
1 parent aac6b82 commit 25c8459
Show file tree
Hide file tree
Showing 6 changed files with 5,113 additions and 4,193 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 21

- uses: pnpm/action-setup@v3
name: Install -g pnpm
with:
version: 8
version: 9
run_install: false

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 21

- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 21

- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 21

- uses: pnpm/action-setup@v3
name: Install -g pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"prettier --ignore-unknown --write"
]
},
"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392",
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
"node": ">=21.0.0",
"pnpm": ">=9.0.0"
}
}
Loading

0 comments on commit 25c8459

Please sign in to comment.