diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c0b2cc3..7688711a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 name: Install pnpm with: - version: 9 + version: 9.14.2 - name: Install with pnpm run: pnpm install --frozen-lockfile - name: Check commit message @@ -97,7 +97,7 @@ jobs: - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 name: Install pnpm with: - version: 9 + version: 9.14.2 - name: Install with pnpm run: pnpm install - name: Lint code diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 211e0afb..2207f2ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 name: Install pnpm with: - version: 9 + version: 9.14.2 - name: Install dependencies run: pnpm install - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 44c472db..05968abc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -31,7 +31,7 @@ jobs: - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 name: Install pnpm with: - version: 9 + version: 9.14.2 - name: Install with pnpm run: pnpm install - name: Run tests with coverage diff --git a/package.json b/package.json index e9d1cb76..15614abb 100644 --- a/package.json +++ b/package.json @@ -94,9 +94,9 @@ }, "homepage": "https://github.com/ducktors/turborepo-remote-cache#readme", "engines": { - "node": ">=20.0.0" + "node": ">=20.13.1", + "pnpm": ">=9.14.2" }, - "packageManager": "pnpm@9.14.2", "keywords": [ "turborepo", "monorepo",