Skip to content

Commit

Permalink
build(nvm)!: require >=16.20.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Apr 10, 2023
1 parent bd249bc commit 7625817
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion __tests__/ts/v4/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"noEmitOnError": true,
"skipLibCheck": false,
"target": "es2020"
"target": "es2022"
},
"exclude": ["**/__mocks__", "**/__tests__"],
"extends": "./tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion __tests__/ts/v4/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"forceConsistentCasingInFileNames": true,
"importsNotUsedAsValues": "error",
"isolatedModules": true,
"lib": ["es2020"],
"lib": ["es2022"],
"module": "esnext",
"moduleResolution": "node",
"newLine": "lf",
Expand Down
2 changes: 1 addition & 1 deletion __tests__/ts/v4/tsconfig.typecheck.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2020"
"target": "es2022"
},
"extends": "./tsconfig.json"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"@flex-development/tutils": "6.0.0-alpha.10"
},
"engines": {
"node": ">=14.21.1",
"node": ">=16.20.0",
"yarn": "4.0.0-rc.39"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"noEmitOnError": true,
"skipLibCheck": false,
"target": "es2020"
"target": "es2022"
},
"exclude": ["**/__mocks__", "**/__tests__"],
"extends": "./tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"exactOptionalPropertyTypes": true,
"experimentalDecorators": false,
"forceConsistentCasingInFileNames": true,
"lib": ["es2020"],
"lib": ["es2022"],
"module": "esnext",
"moduleResolution": "bundler",
"newLine": "lf",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.typecheck.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2020"
"target": "es2022"
},
"extends": "./tsconfig.json"
}

0 comments on commit 7625817

Please sign in to comment.