Update nodejs

Update nodejs to 14 version
This commit is contained in:
Alexander Trofimov
2023-01-23 12:32:30 +03:00
committed by catbasilio
parent da71b9c6f9
commit df9f162688

View File

@@ -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