Skip to content

Commit 7b40918

Browse files
authored
drop Node.js 20 due to End-of-Life (#8401)
* drop Node.js 20 due to End-of-Life * add changelog
1 parent e8cdc22 commit 7b40918

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#### :boom: Breaking Change
1616

1717
- Make Jsx.component abstract. https://github.com/rescript-lang/rescript/pull/8390
18+
- Drop Node.js version 20.x support, as it is reaching EOL. https://github.com/rescript-lang/rescript/pull/8401
1819

1920
#### :eyeglasses: Spec Compliance
2021

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"provenance": true
4242
},
4343
"engines": {
44-
"node": ">=20.11.0"
44+
"node": ">=22"
4545
},
4646
"bin": {
4747
"bsc": "cli/bsc.js",

0 commit comments

Comments
 (0)