mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5378 from jbampton/update-node-version
chore: upgrade markdownlint GitHub Action node version to 14
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user