From 78286cde9aaf92fa400bde7d3bd00bd997686301 Mon Sep 17 00:00:00 2001 From: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:12:07 +0100 Subject: [PATCH] Update Linter to support Node 20 --- .github/workflows/lint-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-action.yml b/.github/workflows/lint-action.yml index a4ecda503db..c345ba4dff1 100644 --- a/.github/workflows/lint-action.yml +++ b/.github/workflows/lint-action.yml @@ -43,9 +43,9 @@ jobs: echo "VER<> $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'