We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c9e9e commit f10c2eeCopy full SHA for f10c2ee
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
node-version: 10.x
43
44
- - uses: actions/cache@v5
+ - uses: actions/cache@v4
45
id: cache-node
46
47
path: node_modules
@@ -85,7 +85,7 @@ jobs:
85
86
registry-url: https://registry.npmjs.org
87
88
89
90
91
0 commit comments