Skip to content

Commit b0482ea

Browse files
authored
Merge branch 'master' into docs-add-lifecycle-methods
2 parents 3e2da1a + 1026141 commit b0482ea

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)