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

Using node matrix instead of hardcode node version #22

Merged
merged 2 commits into from
Oct 21, 2023

Conversation

heliomar-pena
Copy link
Owner

@heliomar-pena heliomar-pena commented Oct 20, 2023

fixes #14

@heliomar-pena heliomar-pena marked this pull request as ready for review October 20, 2023 22:05
@heliomar-pena heliomar-pena self-assigned this Oct 20, 2023
@@ -9,13 +9,17 @@ jobs:
test:
runs-on: ubuntu-20.04

strategy:
matrix:
node-version: [14, 16, 18]
Copy link
Collaborator

Choose a reason for hiding this comment

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

What about 20?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Didn't know that version exists lol. Will add it in another PR. Thanks!

@heliomar-pena heliomar-pena merged commit de7f44d into dev Oct 21, 2023
3 checks passed
@heliomar-pena heliomar-pena deleted the using-node-matrix branch December 22, 2023 03:34
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.

[Feature Request] Using matrix of node versions instead of single node version on gh actions
2 participants