Skip to content

Commit e431ab4

Browse files
authored
Use actions/cache v2
1 parent f177a27 commit e431ab4

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)