Skip to content

Commit

Permalink
Undo of adding relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyStilson committed Aug 15, 2023
1 parent 7b2d256 commit 1494cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
node-version: latest
cache: 'npm'
cache-dependency-path: ../compiler/src/package-lock.json
cache-dependency-path: compiler/src/package-lock.json

- name: "Test and build scripts"
run: |
Expand Down

0 comments on commit 1494cc7

Please sign in to comment.