Skip to content

Commit eaefca3

Browse files
authored
Update Node.js support matrix (#32)
1 parent 25492dd commit eaefca3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changeset/sour-comics-act.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"codemod-missing-await-act": patch
3+
---
4+
5+
Update Node.js support matrix
6+
7+
Codemod officially supports all currently Node.js versions listed in https://nodejs.org/en/about/previous-releases#release-schedule.

.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: [14.x, 16.x, 18.x, 19.x, 20.x]
17+
node-version: [18.x, 20.x, 22.x, 23.x]
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919

2020
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:unit": "jest"
1717
},
1818
"engines": {
19-
"node": "14.x || 16.x || 18.x || 19.x || 20.x"
19+
"node": "18.x || 20.x || 22.x || 23.x"
2020
},
2121
"dependencies": {
2222
"@babel/core": "^7.17.8",

0 commit comments

Comments
 (0)