Skip to content

Commit

Permalink
Merge pull request #1 from FredericGodest/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-v2.1.4
  • Loading branch information
FredericGodest authored Mar 16, 2021
2 parents c2a431e + 6ced492 commit 6d01534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Cache node_modules 📦
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 6d01534

Please sign in to comment.