Skip to content

Commit 3058ac2

Browse files
committed
Set cache-dependency-path for actions/setup-node@v4
Updates the `run-codeql-unit-tests-javascript.yml` actions workflow file in order to set the `cache-dependency-path` option as an attempt to resolve a runtime error for that actions workflow.
1 parent 0c8be00 commit 3058ac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-codeql-unit-tests-javascript.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
with:
8383
node-version: '18'
8484
cache: 'npm'
85+
cache-dependency-path: 'extractors/cds/tools/package-lock.json'
8586

8687
- name: Verify Node.js and npm tools
8788
run: |

0 commit comments

Comments
 (0)