Skip to content

Commit d5d5053

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

9 files changed

+9
-14
lines changed

.codecov.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
---
55
codecov:
66
notify:
7-
after_n_builds: 5
7+
after_n_builds: 4
88
wait_for_ci: true
99
require_ci_to_pass: true
1010

1111
comment:
12-
after_n_builds: 5
12+
after_n_builds: 4
1313
behavior: default
1414
layout: header,diff,flags,tree,footer
1515
require_base: false
@@ -81,10 +81,6 @@ flags:
8181
carryforward: false
8282
paths:
8383
- src/
84-
node14:
85-
carryforward: false
86-
paths:
87-
- src/
8884

8985
github_checks:
9086
annotations: true

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ jobs:
296296
- 19
297297
- 18
298298
- 16
299-
- 14
300299
steps:
301300
- id: checkout
302301
name: Checkout ${{ env.REF_NAME }}

__tests__/ts/v4/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"@ardatan/sync-fetch": "larsgw/sync-fetch#head=worker_threads"
179179
},
180180
"engines": {
181-
"node": ">=14.16",
181+
"node": ">=16.20.0",
182182
"yarn": "4.0.0-rc.39"
183183
},
184184
"packageManager": "[email protected]",

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)