Skip to content

Commit

Permalink
remove unneeded cache-dependency-path
Browse files Browse the repository at this point in the history
  • Loading branch information
cjflory committed Feb 19, 2024
1 parent 023d126 commit 472e7f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
with:
node-version: 20
cache: 'npm'
cache-dependency-path: hosting/package-lock.json
- run: npm ci
- run: node_modules/.bin/nx build
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
node-version: 20
cache: 'npm'
cache-dependency-path: hosting/package-lock.json
- run: npm ci
- run: node_modules/.bin/nx lint
- run: node_modules/.bin/nx test
Expand Down

0 comments on commit 472e7f4

Please sign in to comment.