Skip to content

Commit 2c0711a

Browse files
Merge pull request #38 from basics/feature/git-action-cache-2
fix(git-action): remove cache path
2 parents 421889b + 2bb1fba commit 2c0711a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/beta.yml

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

3130
- name: Install Dependencies
3231
run: npm ci
@@ -59,8 +58,7 @@ jobs:
5958
with:
6059
node-version: ${{ matrix.node }}
6160
cache: 'npm'
62-
cache-dependency-path: '**/package-lock.json'
63-
61+
6462
- name: Versioning
6563
env:
6664
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)