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

Add support to Node20 #58

Merged
merged 5 commits into from
Feb 7, 2024
Merged

Add support to Node20 #58

merged 5 commits into from
Feb 7, 2024

Conversation

matteovivona
Copy link
Contributor

@matteovivona matteovivona commented Jan 26, 2024

In this PR:

  • Updates action to Node20
  • Adds Node 20 installation before every yarn install steps
  • Adds 'engines' property on package.json
  • Removes Node16 from pipeline

Closes #57

@Vadorequest
Copy link
Member

LGTM, did you try it? Integration tests are failing because those can't be allowed from another repo. I'll need to fork your branch and redo it from the repo so all the tests are executed properly. Let me know when you think it's good so i do just that!

Thanks for the PR

@matteovivona
Copy link
Contributor Author

Sorry for multiple commits :V

@Vadorequest
Copy link
Member

No worries! I don't mind.

@matteovivona
Copy link
Contributor Author

LGTM, did you try it?

I tried running build and tests locally and all checks passed.

Tests on PR checks failed because I added 'engines' property on package.json that force Node20. GH runner installed Node18 by default, so it was failing because of that.

package.json Outdated Show resolved Hide resolved
@Vadorequest
Copy link
Member

I wrote that comment 5d ago and forgot to send it 😆

@Vadorequest Vadorequest merged commit e995f15 into UnlyEd:main Feb 7, 2024
6 checks passed
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.

Node.js 16 actions are deprecated
2 participants