Skip to content

Commit

Permalink
Correct dependency path.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Apr 15, 2024
1 parent c4d4f68 commit 72c320b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: ./server_manager/package.json
cache-dependency-path: ./package-lock.json

- name: Install NPM Dependencies
run: npm ci
Expand Down

0 comments on commit 72c320b

Please sign in to comment.