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 <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Apr 11, 2023
1 parent 22383cf commit c9f25d0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 14 deletions.
8 changes: 2 additions & 6 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
---
codecov:
notify:
after_n_builds: 4
after_n_builds: 3
wait_for_ci: true
require_ci_to_pass: true

comment:
after_n_builds: 4
after_n_builds: 3
behavior: default
layout: header,diff,flags,tree,footer
require_base: false
Expand Down Expand Up @@ -77,10 +77,6 @@ flags:
carryforward: false
paths:
- src/
node14:
carryforward: false
paths:
- src/

github_checks:
annotations: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ jobs:
- 19
- 18
- 16
- 14
steps:
- id: checkout
name: Checkout ${{ env.REF }}
Expand Down
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 @@ -152,7 +152,7 @@
"@flex-development/tutils": "6.0.0-alpha.10"
},
"engines": {
"node": ">=14.21.2",
"node": ">=16.20.0",
"yarn": "4.0.0-rc.39"
},
"packageManager": "yarn@4.0.0-rc.39",
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 c9f25d0

Please sign in to comment.