Skip to content

Commit

Permalink
Change cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma committed Nov 17, 2023
1 parent 5ec0ec9 commit ab1f270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: 10.x
node-version: 18.x

- name: Determine npm cache directory
id: npm-cache
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Restore npm cache
uses: actions/cache@v3
with:
path: ${{ steps.npm-cache.outputs.dir }}
path: ${{ dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
Expand Down

0 comments on commit ab1f270

Please sign in to comment.