Skip to content

Commit

Permalink
Update Action configuration to use Node 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Jan 23, 2022
1 parent 7128b33 commit b3c3b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ 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:
description: 'Glob expression(s) of files to lint (newline-delimited)'
default: '*.{md,markdown}'
required: false
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit b3c3b40

Please # to comment.