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 220a13d commit e11d0afCopy full SHA for e11d0af
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