Unverified Commit adbdbbb7 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #5378 from jbampton/update-node-version

chore: upgrade markdownlint GitHub Action node version to 14
parents 405b5225 32261c96
...@@ -11,8 +11,8 @@ jobs: ...@@ -11,8 +11,8 @@ jobs:
- name: 🚀 Use Node.js - name: 🚀 Use Node.js
uses: actions/setup-node@v2.1.5 uses: actions/setup-node@v2.1.5
with: with:
node-version: '12.x' node-version: '14'
- run: npm install -g markdownlint-cli@0.25.0 - run: npm install -g markdownlint-cli@0.27.1
- run: markdownlint '**/*.md' - run: markdownlint '**/*.md'
misspell: misspell:
name: 🥛 Check Spelling name: 🥛 Check Spelling
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment