-
Notifications
You must be signed in to change notification settings - Fork 225
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: update CI for node v18.0.0 #2652
Conversation
Jenkins CI tests failed on:
Because (as with earlier major first releases), there isn't yet a published "node:18" to Docker Hub: https://hub.docker.com/_/node Last time this took a day or three, IIRC.
Note that the GH Actions test of node 18 worked. |
I would be in favour of our Jenkins CI tests not depending on
The build and publish of "node:*" images to Docker Hub is a separate process to the Node core team doing a release. If the former fails or is delayed a long time... we won't be testing with the latest release of node. Anyway... for another issue, unless the delay in getting node:18 drags on. |
/test |
run module tests for ALL |
Closes: #2650
Checklist