Update nodejs
Update nodejs to 14 version
This commit is contained in:
committed by
catbasilio
parent
da71b9c6f9
commit
df9f162688
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@@ -5,10 +5,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js 12
|
- name: Use Node.js 14
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 14
|
||||||
- name: run markdownlint linter
|
- name: run markdownlint linter
|
||||||
run: |
|
run: |
|
||||||
npm install -g markdownlint-cli
|
npm install -g markdownlint-cli
|
||||||
|
|||||||
Reference in New Issue
Block a user