We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcf56c commit b1fff83Copy full SHA for b1fff83
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
cache: 'yarn'
31
32
- name: Cache node_modules
33
- uses: actions/cache@v2
+ uses: actions/cache@v3
34
id: cache-nodemodules
35
with:
36
path: node_modules
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
@@ -125,7 +125,7 @@ jobs:
125
126
127
128
129
130
131
0 commit comments