File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -885,7 +885,7 @@ jobs:
885
885
ref : ${{ env.HEAD_COMMIT }}
886
886
- uses : pnpm/action-setup@v4
887
887
with :
888
- version : 9.4.0
888
+ version : 9.15.9
889
889
- name : Set up Node
890
890
uses : actions/setup-node@v4
891
891
with :
@@ -1005,11 +1005,11 @@ jobs:
1005
1005
ref : ${{ env.HEAD_COMMIT }}
1006
1006
- uses : pnpm/action-setup@v4
1007
1007
with :
1008
- version : 9.4.0
1008
+ version : 9.15.9
1009
1009
- name : Set up Node
1010
1010
uses : actions/setup-node@v4
1011
1011
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'
1013
1013
- name : Restore caches
1014
1014
uses : ./.github/actions/restore-cache
1015
1015
with :
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
ref : ${{ env.HEAD_COMMIT }}
126
126
- uses : pnpm/action-setup@v4
127
127
with :
128
- version : 9.4.0
128
+ version : 9.15.9
129
129
# TODO: Remove this once the repo is bumped to 20.19.2 or higher
130
130
- name : Set up Node for Angular 20
131
131
if : matrix.test-application == 'angular-20'
You can’t perform that action at this time.
0 commit comments