Skip to content

Commit

Permalink
Update Linter to support Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkvanMents authored Feb 2, 2024
1 parent 2a85323 commit 78286cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
echo "VER<<EOF" >> $GITHUB_ENV
echo "$VER" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
# Creates PR for linted content changes
# Creates PR for linted content changes - needs version > 4 for NodeJS 20
- name: Create pull request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
commit-message: Run markdownlint-cli2 on docs to find (and correct) linting errors.
title: '[Auto] Lint docs'
Expand Down

0 comments on commit 78286cd

Please sign in to comment.