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 ce78e76 commit 5712f29Copy full SHA for 5712f29
2 files changed
.github/workflows/dev-cd.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: 20
26
27
- name: Cache node modules
28
- uses: actions/cache@v4.0.1
+ uses: actions/cache@v4.0.0
29
with:
30
path: node_modules
31
key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}
.github/workflows/prod-cd.yml
0 commit comments