Skip to content

Commit ab58276

Browse files
committed
Auto merge of rust-lang#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: None
2 parents 8789f4e + 11bf291 commit ab58276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/[email protected]
2323
with:
24-
node-version: '12.x'
24+
node-version: '14.x'
2525

2626
- name: Install remark
2727
run: npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recommended remark-gfm

0 commit comments

Comments
 (0)