mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-11 12:00:53 +02:00
Update Action configuration to use Node 16.
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ name: 'markdownlint-cli2-action'
|
||||
author: 'David Anson'
|
||||
description: 'A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library'
|
||||
branding:
|
||||
icon: 'check-square'
|
||||
icon: 'check-square'
|
||||
color: 'orange'
|
||||
inputs:
|
||||
globs:
|
||||
@@ -10,5 +10,5 @@ inputs:
|
||||
default: '*.{md,markdown}'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
||||
Reference in New Issue
Block a user