Skip to content

Commit 71f7b57

Browse files
committed
build(nvm)!: require >=16.20.0
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 68c9b03 commit 71f7b57

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
@@ -96,10 +96,6 @@ flags:
9696
carryforward: false
9797
paths:
9898
- src/
99-
node14:
100-
carryforward: false
101-
paths:
102-
- src/
10399

104100
github_checks:
105101
annotations: true

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ jobs:
231231
- 19
232232
- 18
233233
- 16
234-
- 14
235234
steps:
236235
- id: checkout
237236
name: Checkout ${{ env.REF }}

__tests__/ts/v4/tsconfig.build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"noEmitOnError": true,
44
"skipLibCheck": false,
5-
"target": "es2020"
5+
"target": "es2022"
66
},
77
"exclude": ["**/__mocks__", "**/__tests__"],
88
"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",
+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
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"@ardatan/sync-fetch": "larsgw/sync-fetch#head=worker_threads"
154154
},
155155
"engines": {
156-
"node": ">=14.21.2",
156+
"node": ">=16.20.0",
157157
"yarn": "4.0.0-rc.39"
158158
},
159159
"packageManager": "yarn@4.0.0-rc.39",

tsconfig.build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"noEmitOnError": true,
44
"skipLibCheck": false,
5-
"target": "es2020"
5+
"target": "es2022"
66
},
77
"exclude": ["**/__mocks__", "**/__tests__"],
88
"extends": "./tsconfig.json",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"exactOptionalPropertyTypes": true,
1414
"experimentalDecorators": false,
1515
"forceConsistentCasingInFileNames": true,
16-
"lib": ["es2020"],
16+
"lib": ["es2022"],
1717
"module": "esnext",
1818
"moduleResolution": "bundler",
1919
"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
}

0 commit comments

Comments
 (0)