-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Use node v12.x in CI #7529
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
Use node v12.x in CI #7529
Conversation
r? @llogiq (rust-highfive has picked a reviewer for you, use r? to override) |
How did you catch that one? @bors r+ |
📌 Commit f4ea50b has been approved by |
Use node v12.x in CI In #7528 (comment), remark-cli version has been updated recently and it requires to use ESM module: https://github.com/remarkjs/remark/releases/tag/14.0.0. Node version in CI was v10.24.1, it seems to be old. changelog: none
💔 Test failed - checks-action_remark_test |
Syntax errors in #7528 (comment) have been resolved, but new warnings like below happen. I don't know why these happen suddenly, but I addresses it anyway.
|
I checked error logs, npm page and changelog in remark one by one :) |
@bors r=flip1995,llogiq |
📌 Commit 827f661 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
In #7528 (comment), remark-cli version has been updated recently and it requires to use ESM module: https://github.com/remarkjs/remark/releases/tag/14.0.0. Node version in CI was v10.24.1, it seems to be old.
changelog: none