Skip to content

Commit

Permalink
ci: try to fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed Apr 14, 2024
1 parent 880d692 commit 7430d55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16.9'
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
- name: install dependencies
- name: Install dependencies
run: npm ci
- name: npm run lint
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16.9'
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 7430d55

Please sign in to comment.