38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- name : Initialize environment
41
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
41
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b57414124cf00fcbf1ecb190bdeb1a1396361424
42
42
- name : Setup ESLint Caching
43
43
uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
44
44
with :
@@ -71,11 +71,11 @@ jobs:
71
71
runs-on : ubuntu-latest
72
72
steps :
73
73
- name : Initialize environment
74
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
74
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b57414124cf00fcbf1ecb190bdeb1a1396361424
75
75
- name : Setup Bazel
76
- uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
76
+ uses : angular/dev-infra/github-actions/bazel/setup@b57414124cf00fcbf1ecb190bdeb1a1396361424
77
77
- name : Setup Bazel RBE
78
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
78
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b57414124cf00fcbf1ecb190bdeb1a1396361424
79
79
- name : Install node modules
80
80
run : yarn install --frozen-lockfile
81
81
- name : Build release targets
@@ -106,9 +106,9 @@ jobs:
106
106
- name : Install node modules
107
107
run : yarn install --frozen-lockfile
108
108
- name : Setup Bazel
109
- uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
109
+ uses : angular/dev-infra/github-actions/bazel/setup@b57414124cf00fcbf1ecb190bdeb1a1396361424
110
110
- name : Setup Bazel RBE
111
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
111
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b57414124cf00fcbf1ecb190bdeb1a1396361424
112
112
- if : matrix.version == env.defaultVersion
113
113
name : Run tests for default node version
114
114
run : yarn bazel test --test_tag_filters=-node18,-node16-broken //packages/...
@@ -135,15 +135,15 @@ jobs:
135
135
runs-on : ${{ matrix.os }}
136
136
steps :
137
137
- name : Initialize environment
138
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
138
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b57414124cf00fcbf1ecb190bdeb1a1396361424
139
139
with :
140
140
fetch-depth : 1
141
141
- name : Install node modules
142
142
run : yarn install --frozen-lockfile
143
143
- name : Setup Bazel
144
- uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
144
+ uses : angular/dev-infra/github-actions/bazel/setup@b57414124cf00fcbf1ecb190bdeb1a1396361424
145
145
- name : Setup Bazel RBE
146
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
146
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b57414124cf00fcbf1ecb190bdeb1a1396361424
147
147
- name : Run CLI E2E tests
148
148
run : yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
149
149
@@ -160,14 +160,14 @@ jobs:
160
160
runs-on : ${{ matrix.os }}
161
161
steps :
162
162
- name : Initialize environment
163
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
163
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b57414124cf00fcbf1ecb190bdeb1a1396361424
164
164
with :
165
165
fetch-depth : 1
166
166
- name : Install node modules
167
167
run : yarn install --frozen-lockfile
168
168
- name : Setup Bazel
169
- uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
169
+ uses : angular/dev-infra/github-actions/bazel/setup@b57414124cf00fcbf1ecb190bdeb1a1396361424
170
170
- name : Setup Bazel RBE
171
- uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
171
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@b57414124cf00fcbf1ecb190bdeb1a1396361424
172
172
- name : Run CLI E2E tests
173
173
run : yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
0 commit comments