Skip to content

Commit 2784b95

Browse files
Merge pull request #39 from basics/feature/git-action-cache-3
fix(git-action): test cache
2 parents 2c0711a + 4b1bcf1 commit 2784b95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/beta.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node }}
2828
cache: 'npm'
29+
cache-dependency-path: 'package-lock.json'
2930

3031
- name: Install Dependencies
3132
run: npm ci
@@ -58,7 +59,8 @@ jobs:
5859
with:
5960
node-version: ${{ matrix.node }}
6061
cache: 'npm'
61-
62+
cache-dependency-path: 'package-lock.json'
63+
6264
- name: Versioning
6365
env:
6466
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)