Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Mar 10, 2023
1 parent f4fc644 commit c4db609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: node-cache
uses: actions/cache@v3
with:
path: /node_modules
path: node_modules
key: node-modules-${{ hashFiles('package-lock.json') }}

- name: 📥 Download deps
Expand All @@ -51,7 +51,7 @@ jobs:
id: node-cache
uses: actions/cache@v3
with:
path: /node_modules
path: node_modules
key: node-modules-${{ hashFiles('package-lock.json') }}

- name: 🧼 Lint
Expand Down

0 comments on commit c4db609

Please sign in to comment.