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.
2 parents 220a13d + e11d0af commit 7cd2f6eCopy full SHA for 7cd2f6e
1 file changed
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Set up Node.js
29
uses: actions/setup-node@v6
30
with:
31
- node-version: '24.x'
+ node-version: '22.x'
32
33
- name: Install dependencies
34
run: npm ci
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
0 commit comments