-
Notifications
You must be signed in to change notification settings - Fork 524
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
Upgrade CI to Node 18 and deprecate Node 14 #2667
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This all looks good to me. CI is choking on the 20.x with this though:
Looks like something weird going on with wireit cache. I'm going to pull this down locally and run with node 20.8.0 to see if it's something in the GH actions cache that we need to blast away. |
Completed just fine locally, so looks like we've got a little bit of cache investigation to undertake (and I don't think GH offers a way to e.g. "nuke all 1367 cache artifacts"), ought to be a fun little adventure. |
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.
Nice! Love the streamlining of the CI set up.
Upgrades the CI to default to Node 18.x and refactors the common CI setup into a reusable action.