We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7affee + 18fe474 commit 67ab205Copy full SHA for 67ab205
3 files changed
.github/workflows/respec.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
- uses: actions/setup-node@v6 # setup Node.js
35
with:
36
- node-version: "22.x"
+ node-version: "24.x"
37
38
- name: Install dependencies
39
run: npm ci
.github/workflows/schema-publish.yaml
@@ -36,7 +36,7 @@ jobs:
40
41
42
.github/workflows/schema-tests.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
- node-version: '20.x'
+ node-version: '24.x'
29
30
31
0 commit comments