Skip to content

Commit 2887705

Browse files
authored
chore: update pnpm to latest 9.x (#2212)
1 parent 8a2725b commit 2887705

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install pnpm
4747
uses: pnpm/action-setup@v2
4848
with:
49-
version: 9.4.0
49+
version: 9.15.9
5050

5151
- name: Use Node.js ${{ matrix.node-version }}
5252
uses: buildjet/setup-node@v3

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install pnpm
4747
uses: pnpm/action-setup@v2
4848
with:
49-
version: 9.4.0
49+
version: 9.15.9
5050

5151
- name: Use Node.js ${{ matrix.node-version }}
5252
uses: buildjet/setup-node@v3

.github/workflows/regression-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install pnpm
4747
uses: pnpm/action-setup@v2
4848
with:
49-
version: 9.4.0
49+
version: 9.15.9
5050

5151
- name: Use Node.js ${{ matrix.node-version }}
5252
uses: buildjet/setup-node@v3

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ I want to think you first for considering contributing to ZenStack 🙏🏻. It'
55
## Prerequisites
66

77
- [Node.js](https://nodejs.org/): v20 or above
8-
- [pnpm](https://pnpm.io/): v9.4.0
8+
- [pnpm](https://pnpm.io/): v9.15.9
99

1010
If you want to run the tests, you should be aware that some of the integration tests run against postgres. These tests will attempt to set up and subsequently their own database, so you'll need to provide a connection details for a postgres user with at least those permissions. To provide connection details, you can configure the following environment variables or provide them when executing `pnpm test` commands.
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"keywords": [],
2323
"author": "",
2424
"license": "MIT",
25-
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74",
25+
"packageManager": "pnpm@9.15.9",
2626
"devDependencies": {
2727
"@changesets/cli": "^2.26.0",
2828
"@types/jest": "^29.5.10",

0 commit comments

Comments
 (0)