2020 steps :
2121 - name : Initialize environment
2222 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
23- with :
24- cache-node-modules : true
2523 - name : Install node modules
2624 run : pnpm install --frozen-lockfile
2725 - name : Check code lint
7977 steps :
8078 - name : Initialize environment
8179 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
82- with :
83- cache-node-modules : true
8480 - name : Setup Bazel
8581 uses : angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
8682 - name : Setup Bazel Remote Caching
@@ -105,8 +101,6 @@ jobs:
105101 steps :
106102 - name : Initialize environment
107103 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
108- with :
109- cache-node-modules : true
110104 - name : Setup Bazel
111105 uses : angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
112106 - name : Setup Bazel Remote Caching
@@ -139,12 +133,6 @@ jobs:
139133 steps :
140134 - name : Initialize environment
141135 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
142- with :
143- cache-node-modules : true
144- node-module-directories : |
145- ./node_modules
146- ./packages/zone.js/node_modules
147- ./packages/zone.js/test/typings/node_modules
148136 - name : Setup Bazel
149137 uses : angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
150138 - name : Setup Bazel RBE
@@ -186,8 +174,6 @@ jobs:
186174 # steps:
187175 # - name: Initialize environment
188176 # uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b5a3609f89c06eb4037dce22a93641213a5d1508
189- # with:
190- # cache-node-modules: true
191177 # - name: Install node modules
192178 # run: pnpm install --frozen-lockfile
193179 # - uses: ./.github/actions/saucelabs-legacy
0 commit comments