Skip to content

Commit

Permalink
Updated cache workflow to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pimmerks committed Jun 2, 2020
1 parent 0b244c8 commit 3a0663d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/[email protected]

# Caches npm packages
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 3a0663d

Please sign in to comment.