diff options
| author | John Bampton <[email protected]> | 2021-03-09 04:56:20 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2021-03-09 05:05:17 +1000 |
| commit | 32261c96fadfcf07f67496042f506673d3ea12d1 (patch) | |
| tree | ac33e04329c778222d0bb977a2b9710e3b506cea /.github | |
| parent | f2b352944106e61c5b3026f01ded737183a94292 (diff) | |
| download | mruby-32261c96fadfcf07f67496042f506673d3ea12d1.tar.gz mruby-32261c96fadfcf07f67496042f506673d3ea12d1.zip | |
chore: upgrade markdownlint GitHub Action node version to 14
Upgrade to markdownlint-cli version 0.27.1
Diffstat (limited to '.github')
| -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 |
