Skip to content

Commit ed934ad

Browse files
committed
Revert "different npm caches per project"
This reverts commit 81e2347.
1 parent 81e2347 commit ed934ad

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -318,22 +318,12 @@ jobs:
318318
repository: 'oceanprotocol/ocean.js'
319319
path: 'ocean.js'
320320
ref: main
321-
- name: Cache ocean.js node_modules
322-
uses: actions/cache@v3
323-
with:
324-
path: ocean.js/node_modules
325-
key: ${{ runner.os }}-oceanjs-${{ hashFiles('ocean.js/package-lock.json') }}
326321
- name: Build ocean-js
327322
working-directory: ${{ github.workspace }}/ocean.js
328323
run: |
329324
npm ci
330325
npm run build
331326
npm link
332-
- name: Cache ocean-cli node_modules
333-
uses: actions/cache@v3
334-
with:
335-
path: ocean-cli/node_modules
336-
key: ${{ runner.os }}-oceancli-${{ hashFiles('ocean-cli/package-lock.json') }}
337327
- name: Setup Ocean CLI
338328
working-directory: ${{ github.workspace }}/ocean-cli
339329
run: |

0 commit comments

Comments
 (0)