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

Commit cb13c70

Browse files
feat: start requiring Node >=22.11.0
1 parent 575bc7f commit cb13c70

4 files changed

Lines changed: 641 additions & 712 deletions

File tree

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
33
"extends": ["node_modules/@naturalcycles/dev-lib/cfg/biome.jsonc"]
44
}

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": ">=20.13.0"
46+
"node": ">=22.11.0"
4747
},
4848
"version": "1.2.5",
4949
"description": "CLI utils to be installed globally via 'npm i -g'",

src/bin/tsn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ function main(): void {
100100
// })
101101
}
102102

103-
const { NODE_OPTIONS } = process.env
104103
const {
105104
platform,
106105
arch,
107106
versions: { node },
107+
env: { NODE_OPTIONS },
108108
} = process
109109

110110
console.log(

0 commit comments

Comments
 (0)