Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit b367329

Browse files
feat: require Node 22.12+, to be able to "require esm files"
1 parent 4b8b5d3 commit b367329

File tree

2 files changed

+360
-374
lines changed

2 files changed

+360
-374
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/NaturalCycles/cli"
4444
},
4545
"engines": {
46-
"node": ">=22.10.0"
46+
"node": ">=22.12.0"
4747
},
4848
"version": "1.2.5",
4949
"description": "CLI utils to be installed globally via 'npm i -g'",

0 commit comments

Comments
 (0)