From df9f16268893e2dc5cc118992d425b1e902114ff Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Mon, 23 Jan 2023 12:32:30 +0300 Subject: [PATCH] Update nodejs Update nodejs to 14 version --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 773bce45d..5d456ed1b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -5,10 +5,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Use Node.js 12 + - name: Use Node.js 14 uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - name: run markdownlint linter run: | npm install -g markdownlint-cli