diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 54868c57b..49f6ff713 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -46,7 +46,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 9.4.0 + version: 9.15.9 - name: Use Node.js ${{ matrix.node-version }} uses: buildjet/setup-node@v3 diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 3218c924e..8683f346b 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -46,7 +46,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 9.4.0 + version: 9.15.9 - name: Use Node.js ${{ matrix.node-version }} uses: buildjet/setup-node@v3 diff --git a/.github/workflows/regression-test.yml b/.github/workflows/regression-test.yml index cd2ea8b33..636639c6e 100644 --- a/.github/workflows/regression-test.yml +++ b/.github/workflows/regression-test.yml @@ -46,7 +46,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 9.4.0 + version: 9.15.9 - name: Use Node.js ${{ matrix.node-version }} uses: buildjet/setup-node@v3 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ac1de175..44f2eef9f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ I want to think you first for considering contributing to ZenStack 🙏🏻. It' ## Prerequisites - [Node.js](https://nodejs.org/): v20 or above -- [pnpm](https://pnpm.io/): v9.4.0 +- [pnpm](https://pnpm.io/): v9.15.9 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. diff --git a/package.json b/package.json index 3008b9ee7..5a5daa2fd 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "keywords": [], "author": "", "license": "MIT", - "packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74", + "packageManager": "pnpm@9.15.9", "devDependencies": { "@changesets/cli": "^2.26.0", "@types/jest": "^29.5.10",