Skip to content

Commit

Permalink
Disable node_modules cache
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Dec 12, 2024
1 parent 58632ef commit 9826e02
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
with:
node-version: 20.15

- name: Cache node modules
uses: actions/cache@v2
with:
key: ${{ runner.OS }}-npm-cache-${{ hashFiles('package-lock.json') }}
path: |
~/.cache
node_modules
packages/${{ matrix.adapter }}/tests/node_modules
# - name: Cache node modules
# uses: actions/cache@v2
# with:
# key: ${{ runner.OS }}-npm-cache-${{ hashFiles('package-lock.json') }}
# path: |
# ~/.cache
# node_modules
# packages/${{ matrix.adapter }}/tests/node_modules

- name: Build Inertia
run: |
Expand Down

0 comments on commit 9826e02

Please sign in to comment.