Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: drop node 10 #421

Merged
merged 4 commits into from Oct 23, 2021
Merged

refactor: drop node 10 #421

merged 4 commits into from Oct 23, 2021

Conversation

jly36963
Copy link
Contributor

@jly36963 jly36963 commented Oct 20, 2021

Removed 10, added 16, updated tscc version because optimize didn't like type annotations on try/catch variables.

@jly36963 jly36963 requested a review from bcoe October 20, 2021 02:40
@jly36963 jly36963 mentioned this pull request Oct 20, 2021
@jly36963 jly36963 marked this pull request as ready for review October 22, 2021 01:25
Copy link
Member

@bcoe bcoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tahnks

@@ -18,7 +18,7 @@ import { YargsParser } from './yargs-parser.js'
// version support policy. The YARGS_MIN_NODE_VERSION is used for testing only.
const minNodeVersion = (process && process.env && process.env.YARGS_MIN_NODE_VERSION)
? Number(process.env.YARGS_MIN_NODE_VERSION)
: 10
: 12
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this 👍 solid work.

@bcoe bcoe merged commit 3aaf878 into yargs:main Oct 23, 2021
@github-actions github-actions bot mentioned this pull request Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants