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

chore: upgrade markdownlint GitHub Action node version to 14
This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-03-09 15:29:21 +09:00
committed by GitHub
+2 -2
View File
@@ -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