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.
2 parents 73c9f1e + bf81401 commit d6b469bCopy full SHA for d6b469b
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version: ${{ env.NODE_VERSION }}
25
26
- name: Cache node_modules
27
- uses: actions/cache@v2
+ uses: actions/cache@v3
28
id: cache-nodemodules
29
with:
30
path: node_modules
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
100
0 commit comments