diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index c0232c30c7..61b52f0af0 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -25,9 +25,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 + uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b with: - node-version: 16.x + node-version: 20.x - name: Run Markdownlint run: | echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"