summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-03-09 15:29:21 +0900
committerGitHub <[email protected]>2021-03-09 15:29:21 +0900
commitadbdbbb779fb717a9f880c919e411630c8a828b3 (patch)
treedadbb0bdab7bd1daa80338123b0ae916134630a7
parent405b5225aeda99e3685423c98d951f4bce758233 (diff)
parent32261c96fadfcf07f67496042f506673d3ea12d1 (diff)
downloadmruby-adbdbbb779fb717a9f880c919e411630c8a828b3.tar.gz
mruby-adbdbbb779fb717a9f880c919e411630c8a828b3.zip
Merge pull request #5378 from jbampton/update-node-version
chore: upgrade markdownlint GitHub Action node version to 14
-rw-r--r--.github/workflows/lint.yml4
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