diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-03-09 15:29:21 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-09 15:29:21 +0900 |
| commit | adbdbbb779fb717a9f880c919e411630c8a828b3 (patch) | |
| tree | dadbb0bdab7bd1daa80338123b0ae916134630a7 | |
| parent | 405b5225aeda99e3685423c98d951f4bce758233 (diff) | |
| parent | 32261c96fadfcf07f67496042f506673d3ea12d1 (diff) | |
| download | mruby-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.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 |
