diff --git a/.github/workflows/markdown_files_link_check.yaml b/.github/workflows/markdown_files_link_check.yaml index 00e3e338..a4f1bb5f 100644 --- a/.github/workflows/markdown_files_link_check.yaml +++ b/.github/workflows/markdown_files_link_check.yaml @@ -20,7 +20,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' # Install markdown-link-check - name: Install markdown-link-check