From 1af7eb766f8481120b3e2756c62835194e958ac1 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Mon, 23 Dec 2024 17:02:54 +0100 Subject: [PATCH] Fix `cache-dependency-path` --- .github/workflows/deploy-openapi-spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-openapi-spec.yml b/.github/workflows/deploy-openapi-spec.yml index 3d327350..c9a458ea 100644 --- a/.github/workflows/deploy-openapi-spec.yml +++ b/.github/workflows/deploy-openapi-spec.yml @@ -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/