Skip to content

Commit 702012e

Browse files
authored
Add support for Node.js 22.x (#448)
1 parent c4304e0 commit 702012e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.changeset/neat-goats-visit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"types-react-codemod": minor
3+
---
4+
5+
Add support for Node.js 22.x

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
# #nodejs-suppport
17-
node-version: [18.x, 20.x]
17+
node-version: [18.x, 20.x, 22.x]
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919

2020
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,4 +480,4 @@ Please file an issue for runtimes that are not included in this list.
480480

481481
<!-- #nodejs-suppport Should match CI test matrix -->
482482

483-
- Node.js `16.x || 18.x || 20.x`
483+
- Node.js `18.x || 20.x || 22.x`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:unit": "jest"
1313
},
1414
"engines": {
15-
"node": "18.x || 20.x"
15+
"node": "18.x || 20.x || 22.x"
1616
},
1717
"dependencies": {
1818
"@babel/core": "^7.17.8",

0 commit comments

Comments
 (0)