Skip to content

Commit 29d71e8

Browse files
committed
fix stuff...
1 parent 714f7b8 commit 29d71e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ jobs:
885885
ref: ${{ env.HEAD_COMMIT }}
886886
- uses: pnpm/action-setup@v4
887887
with:
888-
version: 9.4.0
888+
version: 9.15.9
889889
- name: Set up Node
890890
uses: actions/setup-node@v4
891891
with:
@@ -1005,11 +1005,11 @@ jobs:
10051005
ref: ${{ env.HEAD_COMMIT }}
10061006
- uses: pnpm/action-setup@v4
10071007
with:
1008-
version: 9.4.0
1008+
version: 9.15.9
10091009
- name: Set up Node
10101010
uses: actions/setup-node@v4
10111011
with:
1012-
node-version-file: 'dev-packages/e2e-tests/package.json'
1012+
node-version-file: 'dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/package.json'
10131013
- name: Restore caches
10141014
uses: ./.github/actions/restore-cache
10151015
with:

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
ref: ${{ env.HEAD_COMMIT }}
126126
- uses: pnpm/action-setup@v4
127127
with:
128-
version: 9.4.0
128+
version: 9.15.9
129129
# TODO: Remove this once the repo is bumped to 20.19.2 or higher
130130
- name: Set up Node for Angular 20
131131
if: matrix.test-application == 'angular-20'

0 commit comments

Comments
 (0)