Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Sep 17, 2024
1 parent 00ea5d1 commit 6d0d313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: "npm"
node-version-file: 'examples/node/package.json'
node-version-file: "examples/node/package.json"
# cache-dependency-path: '**/package-lock.json'

- name: Install Example Deps
Expand Down

0 comments on commit 6d0d313

Please sign in to comment.