-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
build!: minimum supported Node.js version is 18 #345
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #345 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 7 7
Lines 256 256
Branches 50 50
=========================================
Hits 256 256 ☔ View full report in Codecov by Sentry. |
8dfc91e
to
4054566
Compare
4054566
to
61b58df
Compare
61b58df
to
4558d74
Compare
The error that occurs in ci is that the action The latest version added a new rule |
Ignore it |
babel.config.js
Outdated
@@ -10,7 +10,7 @@ module.exports = (api) => { | |||
'@babel/preset-env', | |||
{ | |||
targets: { | |||
node: '14.15.0', | |||
node: '18.0.0', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
node: "18.12.0",
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use the first LTS version
@ricardogobbosouza do you have premission to setup Github Actions? |
Yes I have. |
This PR contains a:
Motivation / Use-Case
Minimum supported Node.js version is 18
Breaking Changes
Yes
Additional Info
No