Use node v12.x in CI
This commit is contained in:
parent
77af56d181
commit
f4ea50b4f7
2
.github/workflows/remark.yml
vendored
2
.github/workflows/remark.yml
vendored
@ -20,6 +20,8 @@ jobs:
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v1.4.4
|
||||
with:
|
||||
node-version: '12.x'
|
||||
|
||||
- name: Install remark
|
||||
run: npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recommended remark-gfm
|
||||
|
Loading…
Reference in New Issue
Block a user