Skip to content

Commit 1026141

Browse files
authored
Merge pull request #57 from github/joshmgross/actions-cache-v2
Use actions/cache v2
2 parents 03ab13d + bfb4629 commit 1026141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout the project
1515
uses: actions/checkout@v2
1616
- name: Cache node modules
17-
uses: actions/cache@v1
17+
uses: actions/cache@v2
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)