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 d7cbbfd commit 6638da9Copy full SHA for 6638da9
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.5
+ uses: actions/cache@v4
29
with:
30
path: node_modules
31
key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}
.github/workflows/prod-cd.yml
0 commit comments