Skip to content

Commit d1d149c

Browse files
committed
ci: update cache action
1 parent 130379f commit d1d149c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/setup-node@v1
1313

1414
- name: Cache Node.js modules
15-
uses: actions/cache@v1
15+
uses: actions/cache@v2
1616
with:
1717
path: ~/.npm
1818
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)