Skip to content

Commit

Permalink
chore: remove node modules cache since there are multiple of them
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielwarner committed Sep 18, 2024
1 parent ab114e6 commit 28584a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
node-version: '${{ steps.nodenv.outputs.node-version }}'
check-latest: true

- name: Cache node_modules πŸ“¦
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: |
make install
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/deploy-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ jobs:
node-version: '${{ steps.nodenv.outputs.node-version }}'
check-latest: true

- name: Cache node_modules πŸ“¦
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: |
make install
Expand Down

0 comments on commit 28584a9

Please sign in to comment.