Skip to content

Commit

Permalink
Update refresh-cache.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon authored Oct 9, 2023
1 parent f7d863b commit e6fd258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/refresh-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
id: cache-node-modules
uses: actions/cache/restore@v3
with:
path: node_modules
lookup-only: true
key: node-modules-${{ hashFiles('package.json', 'package-lock.json') }}-${{ steps.setup-node.outputs.node-version }}

Expand Down

0 comments on commit e6fd258

Please sign in to comment.