We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1225a92 commit 984e024Copy full SHA for 984e024
3 files changed
templates/basic/.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
node-version: 12.x
15
16
- name: Use cached node_modules
17
- uses: actions/cache@v1
+ uses: actions/cache@v2
18
with:
19
path: node_modules
20
key: nodeModules-${{ hashFiles('**/yarn.lock') }}
templates/react-with-storybook/.github/workflows/main.yml
templates/react/.github/workflows/main.yml
0 commit comments