Skip to content

Commit

Permalink
skip module cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nirgur committed Jul 23, 2024
1 parent 114b5b6 commit cddce0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'
- name: Restore cached npm dependencies
uses: actions/cache/restore@v4
with:
path: |
node_modules
key: npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
# - name: Restore cached npm dependencies
# uses: actions/cache/restore@v4
# with:
# path: |
# node_modules
# key: npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
env:
Expand Down

0 comments on commit cddce0f

Please sign in to comment.