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

Drop to support Node.js 10.x #773

Merged
merged 18 commits into from May 22, 2021
Merged

Drop to support Node.js 10.x #773

merged 18 commits into from May 22, 2021

Conversation

azu
Copy link
Member

@azu azu commented May 22, 2021

  • Update TypeScript 3.3
  • Update engines field
  • Update CI - drop node 10 and add node 16

fix #600

},
"engines": {
"node": ">=6.0.0"
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Copy link
Member Author

Choose a reason for hiding this comment

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

@@ -1,7 +1,6 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "../",
Copy link
Member Author

Choose a reason for hiding this comment

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

ts-node + allowJs + rootDir cause " Emit skipped" error

TypeStrong/ts-node#693

@azu azu merged commit fea2cf3 into master May 22, 2021
@azu azu deleted the feature/600 branch May 22, 2021 09:41
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.

Drop Node.js 10.x
1 participant