Skip to content

Commit 2ed290d

Browse files
committed
build(nvm)!: require >=16.20.0
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 8b02e3a commit 2ed290d

9 files changed

+9
-14
lines changed

.codecov.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
---
55
codecov:
66
notify:
7-
after_n_builds: 4
7+
after_n_builds: 3
88
wait_for_ci: true
99
require_ci_to_pass: true
1010

1111
comment:
12-
after_n_builds: 4
12+
after_n_builds: 3
1313
behavior: default
1414
layout: header,diff,flags,components,tree,footer
1515
require_base: false
@@ -92,10 +92,6 @@ flags:
9292
carryforward: false
9393
paths:
9494
- src/
95-
node14:
96-
carryforward: false
97-
paths:
98-
- src/
9995

10096
github_checks:
10197
annotations: true

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ jobs:
270270
- 19
271271
- 18
272272
- 16
273-
- 14
274273
steps:
275274
- id: checkout
276275
name: Checkout ${{ env.REF }}

__tests__/ts/v4/tsconfig.build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"declaration": true,
44
"noEmitOnError": true,
55
"skipLibCheck": false,
6-
"target": "es2020"
6+
"target": "es2022"
77
},
88
"exclude": ["**/__mocks__", "**/__tests__"],
99
"extends": "./tsconfig.json",

__tests__/ts/v4/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"forceConsistentCasingInFileNames": true,
1515
"importsNotUsedAsValues": "error",
1616
"isolatedModules": true,
17-
"lib": ["es2020"],
17+
"lib": ["es2022"],
1818
"module": "esnext",
1919
"moduleResolution": "node",
2020
"newLine": "lf",

__tests__/ts/v4/tsconfig.typecheck.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2020"
3+
"target": "es2022"
44
},
55
"extends": "./tsconfig.json",
66
"include": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"@flex-development/tutils": "6.0.0-alpha.10"
170170
},
171171
"engines": {
172-
"node": ">=14.21.3",
172+
"node": ">=16.20.0",
173173
"yarn": "4.0.0-rc.39"
174174
},
175175
"packageManager": "[email protected]",

tsconfig.build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"declaration": true,
44
"noEmitOnError": true,
55
"skipLibCheck": false,
6-
"target": "es2020"
6+
"target": "es2022"
77
},
88
"exclude": ["**/__mocks__", "**/__tests__"],
99
"extends": "./tsconfig.json",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"exactOptionalPropertyTypes": true,
1515
"experimentalDecorators": false,
1616
"forceConsistentCasingInFileNames": true,
17-
"lib": ["es2020"],
17+
"lib": ["es2022"],
1818
"module": "esnext",
1919
"moduleResolution": "bundler",
2020
"newLine": "lf",

tsconfig.typecheck.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2020"
3+
"target": "es2022"
44
},
55
"extends": "./tsconfig.json",
66
"include": [

0 commit comments

Comments
 (0)