Skip to content

Commit 99cf028

Browse files
alan-agius4thePunderWoman
authored andcommitted
ci: remove old options from workflows (angular#63441)
The `cache-node-modules` option has been removed as pnpm store cache is enabled by default. PR Close angular#63441
1 parent 1730ea1 commit 99cf028

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
steps:
2323
- name: Initialize environment
2424
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
25-
with:
26-
cache-node-modules: true
2725
- name: Install node modules
2826
run: pnpm install --frozen-lockfile
2927
- name: Check code lint
@@ -75,8 +73,6 @@ jobs:
7573
steps:
7674
- name: Initialize environment
7775
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
78-
with:
79-
cache-node-modules: true
8076
- name: Setup Bazel
8177
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
8278
- name: Setup Bazel Remote Caching
@@ -93,8 +89,6 @@ jobs:
9389
steps:
9490
- name: Initialize environment
9591
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
96-
with:
97-
cache-node-modules: true
9892
- name: Setup Bazel
9993
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
10094
- name: Setup Bazel Remote Caching
@@ -149,12 +143,6 @@ jobs:
149143
steps:
150144
- name: Initialize environment
151145
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7e2eefa1375195fa7616f78a76f538a188852067
152-
with:
153-
cache-node-modules: true
154-
node-module-directories: |
155-
./node_modules
156-
./packages/zone.js/node_modules
157-
./packages/zone.js/test/typings/node_modules
158146
- name: Setup Bazel
159147
uses: angular/dev-infra/github-actions/bazel/setup@7e2eefa1375195fa7616f78a76f538a188852067
160148
- name: Setup Bazel RBE
@@ -198,8 +186,6 @@ jobs:
198186
# steps:
199187
# - name: Initialize environment
200188
# uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b5a3609f89c06eb4037dce22a93641213a5d1508
201-
# with:
202-
# cache-node-modules: true
203189
# - name: Install node modules
204190
# run: pnpm install --frozen-lockfile
205191
# - uses: ./.github/actions/saucelabs-legacy

.github/workflows/pr.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
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
@@ -79,8 +77,6 @@ jobs:
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

Comments
 (0)