@@ -39,21 +39,19 @@ jobs:
3939 with :
4040 path : |
4141 node_modules
42- package-lock.json
42+ api/node_modules
4343 packages/*/node_modules
44- packages/*/package-lock.json
4544 experimental/packages/*/node_modules
46- experimental/packages/*/package-lock.json
47- key : node-tests-${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('package.json', 'packages/*/package.json', 'experimental/packages/*/package.json') }}-04292022
45+ key : node-tests-${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('**/package-lock.json') }}-10302023
4846
4947 # temporary fix for https://github.com/nrwl/nx/issues/19022
5048 -
run :
npm install --save-dev [email protected] @nx/[email protected] 5149 if : ${{ matrix.node_version == '14' }}
5250
5351 - name : Bootstrap
5452 run : |
55- npm install --ignore-scripts
56- npx lerna bootstrap --no-ci -- hoist --nohoist='zone.js' --ignore @opentelemetry/selenium-tests
53+ npm ci --ignore-scripts
54+ npx lerna bootstrap --hoist --nohoist='zone.js' --ignore @opentelemetry/selenium-tests
5755
5856 - name : Build 🔧
5957 run : |
@@ -89,17 +87,15 @@ jobs:
8987 with :
9088 path : |
9189 node_modules
92- package-lock.json
90+ api/node_modules
9391 packages/*/node_modules
94- packages/*/package-lock.json
9592 experimental/packages/*/node_modules
96- experimental/packages/*/package-lock.json
97- key : node-windows-tests-${{ runner.os }}-${{ hashFiles('package.json', 'packages/*/package.json', 'experimental/packages/*/package.json') }}
93+ key : node-windows-tests-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}-10302023
9894
9995 - name : Bootstrap
10096 run : |
101- npm install --ignore-scripts
102- npx lerna bootstrap --no-ci -- hoist --nohoist='zone.js' --ignore @opentelemetry/selenium-tests
97+ npm ci --ignore-scripts
98+ npx lerna bootstrap --hoist --nohoist='zone.js' --ignore @opentelemetry/selenium-tests
10399
104100 - name : Build 🔧
105101 run : |
@@ -128,17 +124,15 @@ jobs:
128124 with :
129125 path : |
130126 node_modules
131- package-lock.json
127+ api/node_modules
132128 packages/*/node_modules
133- packages/*/package-lock.json
134129 experimental/packages/*/node_modules
135- experimental/packages/*/package-lock.json
136- key : browser-tests-${{ runner.os }}-${{ hashFiles('package.json', 'packages/*/package.json', 'experimental/packages/*/package.json') }}-04292022
130+ key : browser-tests-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}-10302023
137131
138132 - name : Bootstrap
139133 run : |
140- npm install --ignore-scripts
141- npx lerna bootstrap --no-ci -- hoist --nohoist='zone.js' --ignore @opentelemetry/selenium-tests
134+ npm ci --ignore-scripts
135+ npx lerna bootstrap --hoist --nohoist='zone.js' --ignore @opentelemetry/selenium-tests
142136
143137 - name : Build 🔧
144138 run : |
@@ -165,17 +159,15 @@ jobs:
165159 with :
166160 path : |
167161 node_modules
168- package-lock.json
162+ api/node_modules
169163 packages/*/node_modules
170- packages/*/package-lock.json
171164 experimental/packages/*/node_modules
172- experimental/packages/*/package-lock.json
173- key : webworker-tests-${{ runner.os }}-${{ hashFiles('package.json', 'packages/*/package.json', 'experimental/packages/*/package.json') }}-04292022
165+ key : webworker-tests-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}-10302023
174166
175167 - name : Bootstrap
176168 run : |
177- npm install --ignore-scripts
178- npx lerna bootstrap --no-ci -- hoist --nohoist='zone.js'
169+ npm ci --ignore-scripts
170+ npx lerna bootstrap --hoist --nohoist='zone.js'
179171
180172 - name : Build 🔧
181173 run : |
0 commit comments