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 9, 2023
1 parent 9f35191 commit 7664534
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 15 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/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ branches:
- context: gitguardian
- context: lint
- context: spelling
- context: test (14)
- context: test (16)
- context: test (18)
- context: test (19)
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ jobs:
- 19
- 18
- 16
- 14
steps:
- id: checkout
name: Checkout ${{ env.REF_NAME }}
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 @@ -3,7 +3,7 @@
"declaration": true,
"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",
"include": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"@flex-development/tutils": "6.0.0-alpha.10"
},
"engines": {
"node": ">=14.17.0",
"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 @@ -4,7 +4,7 @@
"declaration": true,
"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 @@ -14,7 +14,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",
"include": [
Expand Down

0 comments on commit 7664534

Please sign in to comment.