Skip to content

Commit c21764d

Browse files
committed
Bump pnpm to 9.15.0
1 parent 886bfd1 commit c21764d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ jobs:
851851
ref: ${{ env.HEAD_COMMIT }}
852852
- uses: pnpm/action-setup@v4
853853
with:
854-
version: 9.4.0
854+
version: 9.15.0
855855
- name: Set up Node
856856
uses: actions/setup-node@v4
857857
with:
@@ -974,7 +974,7 @@ jobs:
974974
ref: ${{ env.HEAD_COMMIT }}
975975
- uses: pnpm/action-setup@v4
976976
with:
977-
version: 9.4.0
977+
version: 9.15.0
978978
- name: Set up Node
979979
uses: actions/setup-node@v4
980980
with:

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
ref: ${{ env.HEAD_COMMIT }}
117117
- uses: pnpm/action-setup@v4
118118
with:
119-
version: 9.4.0
119+
version: 9.15.0
120120

121121
- name: Set up Node
122122
uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"volta": {
4747
"node": "18.20.3",
4848
"yarn": "1.22.22",
49-
"pnpm": "9.4.0"
49+
"pnpm": "9.15.9"
5050
},
5151
"workspaces": [
5252
"packages/angular",

0 commit comments

Comments
 (0)