Skip to content

Commit b3c3b40

Browse files
committed
Update Action configuration to use Node 16.
1 parent 7128b33 commit b3c3b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: 'markdownlint-cli2-action'
22
author: 'David Anson'
33
description: 'A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library'
44
branding:
5-
icon: 'check-square'
5+
icon: 'check-square'
66
color: 'orange'
77
inputs:
88
globs:
99
description: 'Glob expression(s) of files to lint (newline-delimited)'
1010
default: '*.{md,markdown}'
1111
required: false
1212
runs:
13-
using: 'node12'
13+
using: 'node16'
1414
main: 'dist/index.js'

0 commit comments

Comments
 (0)