Skip to content

Commit cba7d0f

Browse files
lyra-alishaikhLyraAli-Shaikh
authored
fix: support newer Node.js versions in engines (#218)
* fix: remove Node.js upper bound in engines Co-authored-by: Ali Shaikh <3758682+Ali-Shaikh@users.noreply.github.com> * fix: define supported Node.js engine range Co-authored-by: Ali Shaikh <3758682+Ali-Shaikh@users.noreply.github.com> --------- Co-authored-by: Lyra <me@heylyra.pk> Co-authored-by: Ali Shaikh <3758682+Ali-Shaikh@users.noreply.github.com>
1 parent 4912079 commit cba7d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"kind": "plugin"
8484
},
8585
"engines": {
86-
"node": ">=18.0.0 <=22.x.x",
86+
"node": ">=20.0.0 <=24.x.x",
8787
"npm": ">=6.0.0"
8888
},
8989
"keywords": [

0 commit comments

Comments
 (0)