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 b9c2426 commit 0b3cd8aCopy full SHA for 0b3cd8a
.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@v3
+ uses: actions/cache@v4
28
id: cache-nodemodules
29
with:
30
path: node_modules
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
93
94
0 commit comments