Skip to content

Commit

Permalink
fix(git-action): test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Sep 17, 2024
1 parent 2bb1fba commit 4b1bcf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: 'npm'
cache-dependency-path: 'package-lock.json'

- name: Install Dependencies
run: npm ci
Expand Down Expand Up @@ -58,7 +59,8 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: 'npm'

cache-dependency-path: 'package-lock.json'

- name: Versioning
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 4b1bcf1

Please sign in to comment.