Skip to content

Commit

Permalink
ci: update pnpm on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Nov 27, 2024
1 parent 705d9bf commit 9f5f924
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9f5f924

Please sign in to comment.