Skip to content

Commit

Permalink
Tell GH to use lib/package-lock for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Emaro committed Feb 9, 2024
1 parent abbefdb commit 9a2f16d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: lib/package-lock.json
- run: npm ci
- run: npm run build --if-present

0 comments on commit 9a2f16d

Please sign in to comment.