Skip to content

Commit 67ab205

Browse files
Merge dev into v3.1-dev-sync-with-dev
2 parents c7affee + 18fe474 commit 67ab205

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/respec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: actions/setup-node@v6 # setup Node.js
3535
with:
36-
node-version: "22.x"
36+
node-version: "24.x"
3737

3838
- name: Install dependencies
3939
run: npm ci

.github/workflows/schema-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-node@v6 # setup Node.js
3838
with:
39-
node-version: "22.x"
39+
node-version: "24.x"
4040

4141
- name: Install dependencies
4242
run: npm ci

.github/workflows/schema-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-node@v6 # setup Node.js
2727
with:
28-
node-version: '20.x'
28+
node-version: '24.x'
2929

3030
- name: Install dependencies
3131
run: npm ci

0 commit comments

Comments
 (0)