We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97d21c9 + 5cbcc11 commit 56c9fcbCopy full SHA for 56c9fcb
2 files changed
.github/workflows/auto-deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: actions/checkout@v4
52
53
- name: Setup Node
54
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
55
with:
56
node-version: ${{ env.NODE_VERSION }}
57
cache: 'npm'
.github/workflows/self-healing.yml
@@ -69,7 +69,7 @@ jobs:
69
70
71
if: hashFiles('package.json') != ''
72
73
74
node-version: '20'
75
0 commit comments