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:
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 :
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments