Skip to content

Commit

Permalink
Fix cache-dependency-path
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Dec 23, 2024
1 parent a2f6e2a commit 1af7eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-openapi-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: "lts/*"
cache: "npm"
cache-dependency-path: "./api/core/package-lock.json"
cache-dependency-path: "./api/src/core/package-lock.json"
- name: Install TypeSpec and compile project
run: |
cd ./api/src/core/
Expand Down

0 comments on commit 1af7eb7

Please sign in to comment.