Commit ab58276
committed
Auto merge of #9055 - kyoto7250:update_nodejs_in_github_action, r=Manishearth
update node.js version in `remark.yml`
Optional chain (`?.`) is available in `node v14`, but node version in CI is `node v12`, so CI is failed now.
ref:
https://github.com/rust-lang/rust-clippy/runs/7059529735?check_suite_focus=true
optional chain:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining#browser_compatibility
Corresponding PR (maybe)
remarkjs/remark#1007
changelog: None1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments