Skip to content

Commit f9cda29

Browse files
Merge pull request #221 from toomuchdesign/node-22-24
ci: include Node v22 and v24 as CI environments
2 parents 116deb4 + 29a8860 commit f9cda29

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node: [16, 18, 20]
16+
node: [16, 18, 20, 22, 24]
1717
typescript:
1818
[
1919
"~4.6.4",
@@ -53,7 +53,7 @@ jobs:
5353
- name: 🚚 Install node_modules
5454
uses: ./.github/actions/install-node-modules
5555
with:
56-
node-version: 18
56+
node-version: 24
5757

5858
- name: πŸ—‘οΈ Clear lib directory
5959
run: rm -rf lib

β€Ž.github/workflows/test-pr.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node: [16, 18, 20]
16+
node: [16, 18, 20, 22, 24]
1717
typescript:
1818
[
1919
"~4.6.4",

β€Ž.nvmrcβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.19.0
1+
24

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@
8686
"url": "https://github.com/ThomasAribart/json-schema-to-ts/issues"
8787
},
8888
"homepage": "https://github.com/ThomasAribart/json-schema-to-ts#readme"
89-
}
89+
}

0 commit comments

Comments
Β (0)