Skip to content

Commit 7a7c773

Browse files
friggeriCopilot
andauthored
Update .github/workflows/copilot-setup-steps.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 032d760 commit 7a7c773

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
with:
3333
node-version: "22"
3434
cache: "npm"
35-
cache-dependency-path: "./nodejs/package-lock.json"
35+
cache-dependency-path: |
36+
./nodejs/package-lock.json
37+
./test/harness/package-lock.json
3638
3739
# Setup Python (for Python SDK)
3840
- name: Set up Python

0 commit comments

Comments
 (0)