Skip to content

Commit

Permalink
Remove unused cached directories
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Oct 31, 2023
1 parent b96c3d9 commit 1dbf56d
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ jobs:
- run: npm install -g npm@"<10.0.0"
if: ${{ matrix.node_version == '14' || matrix.node_version == '16' }}

- name: restore lerna
id: cache
uses: actions/cache@v3
with:
path: |
node_modules
api/node_modules
packages/*/node_modules
experimental/packages/*/node_modules
key: node-tests-${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('**/package-lock.json') }}-10302023

# temporary fix for https://github.com/nrwl/nx/issues/19022
# See compatibility table https://nx.dev/nx-api/workspace/documents/nx-nodejs-typescript-version-matrix
# Lerna 7+ requires nx 16 so we also pin that to an old version
Expand Down Expand Up @@ -84,17 +73,6 @@ jobs:

- run: npm install -g npm@latest

- name: restore lerna
id: cache
uses: actions/cache@v3
with:
path: |
node_modules
api/node_modules
packages/*/node_modules
experimental/packages/*/node_modules
key: node-windows-tests-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}-10302023

- name: Bootstrap
run: |
npm ci --ignore-scripts
Expand All @@ -121,17 +99,6 @@ jobs:
with:
node-version: 16

- name: restore lerna
id: cache
uses: actions/cache@v3
with:
path: |
node_modules
api/node_modules
packages/*/node_modules
experimental/packages/*/node_modules
key: browser-tests-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}-10302023

- name: Bootstrap
run: |
npm ci --ignore-scripts
Expand All @@ -156,17 +123,6 @@ jobs:
with:
node-version: 16

- name: restore lerna
id: cache
uses: actions/cache@v3
with:
path: |
node_modules
api/node_modules
packages/*/node_modules
experimental/packages/*/node_modules
key: webworker-tests-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}-10302023

- name: Bootstrap
run: |
npm ci --ignore-scripts
Expand Down

0 comments on commit 1dbf56d

Please sign in to comment.