-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
ci: add node v16 tests #12244
ci: add node v16 tests #12244
Conversation
seems to have test issues on node v16 😕 |
Hopefully we don't need to support node 16 before we can test it. |
i think renovate will basically work on node v16, but jest seems to have big issues with memory again 😕 |
@rarkins 🎉 It works now. I've simply excluded js files from ts-jest typescript config. Should i send a separate pr with the test changes? Those will also reduce heap usage alot |
@viceice let's do a separate PR with the refactoring and then isolate the Node 16 change |
c2557f7
to
efb4556
Compare
🎉 This PR is included in version 31.28.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Changes:
add node v16 to ubuntu tests
Context:
Documentation (please check one with an [x])
How I've tested my work (please tick one)
I have verified these changes via: