From 32261c96fadfcf07f67496042f506673d3ea12d1 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 9 Mar 2021 04:56:20 +1000 Subject: chore: upgrade markdownlint GitHub Action node version to 14 Upgrade to markdownlint-cli version 0.27.1 --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 61fd4d068..fb7f62d4a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,8 +11,8 @@ jobs: - name: 🚀 Use Node.js uses: actions/setup-node@v2.1.5 with: - node-version: '12.x' - - run: npm install -g markdownlint-cli@0.25.0 + node-version: '14' + - run: npm install -g markdownlint-cli@0.27.1 - run: markdownlint '**/*.md' misspell: name: 🥛 Check Spelling -- cgit v1.2.3