Skip to content

Commit

Permalink
fix cache-dependency-path for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zxbodya committed Jul 13, 2023
1 parent 4e9a4e8 commit fa74611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: 'packages/**/package-lock.json'
cache-dependency-path: 'package-lock.json'
- run: npm ci
- run: npm run lint
- run: npm run cs-check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 18.x
cache: 'npm'
cache-dependency-path: 'packages/**/package-lock.json'
cache-dependency-path: 'package-lock.json'
- run: npm ci
- run: npm run build
env:
Expand Down

0 comments on commit fa74611

Please sign in to comment.