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: CI support node18 (#3093) #3141

Merged
merged 16 commits into from Nov 23, 2022
Merged

chore: CI support node18 (#3093) #3141

merged 16 commits into from Nov 23, 2022

Conversation

sun0day
Copy link
Contributor

@sun0day sun0day commented Nov 8, 2022

Closes #3093

🎯 Changes

What changes are made in this PR? Is it a feature or a bug fix?

βœ… Checklist

  • I have followed the steps listed in the Contributing guide.
  • If necessary, I have added documentation related to the changes made.
  • I have added or updated the tests related to the changes made.

@vercel
Copy link

vercel bot commented Nov 8, 2022

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated
next-prisma-starter βœ… Ready (Inspect) Visit Preview πŸ’¬ Add your feedback Nov 23, 2022 at 10:36PM (UTC)
www βœ… Ready (Inspect) Visit Preview πŸ’¬ Add your feedback Nov 23, 2022 at 10:36PM (UTC)

@sun0day
Copy link
Contributor Author

sun0day commented Nov 8, 2022

Seems like wait-on doesn't work on node18 when host is set localhost.

See jeffbski/wait-on#109 and nodejs/node#40702

We could change localhost to 127.0.0.1 to bypass this problem.


node16 required CI needs to be changed to node18

image

KATT
KATT previously approved these changes Nov 14, 2022
Copy link
Member

@KATT KATT left a comment

Choose a reason for hiding this comment

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

This is amazing. I will update the branch protection rules ASAP & merge this!

# Conflicts:
#	.github/workflows/lint.yml
@KATT KATT merged commit 039aa53 into main Nov 23, 2022
@KATT KATT deleted the feat/node18 branch November 23, 2022 22:46
KATT added a commit that referenced this pull request Nov 26, 2022
Co-authored-by: KATT <alexander@n1s.se>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: node 18
2 participants