diff options
| -rw-r--r-- | .github/workflows/lint.yml | 4 |
1 files 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/[email protected] with: - node-version: '12.x' - - run: npm install -g [email protected] + node-version: '14' + - run: npm install -g [email protected] - run: markdownlint '**/*.md' misspell: name: 🥛 Check Spelling |
