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

chore: add node v18 to test workflow #272

Closed
wants to merge 4 commits into from

Conversation

amareshsm
Copy link
Contributor

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

Add node v18 to test workflow.

@codecov
Copy link

codecov bot commented Apr 27, 2022

Codecov Report

Merging #272 (17a560b) into master (e1d19d8) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #272   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          249       249           
  Branches        53        53           
=========================================
  Hits           249       249           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e1d19d8...17a560b. Read the comment docs.

@@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
Copy link
Member

Choose a reason for hiding this comment

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

Can you add only 18, we don't need 17 here, it is not LTS

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@amareshsm amareshsm changed the title add node v18 chore: add node v18 to test workflow Apr 28, 2022
@ricardogobbosouza
Copy link
Collaborator

unfortunately it's crashing in v18

@ricardogobbosouza
Copy link
Collaborator

#284

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.

3 participants