From 090b6eb450e27b5d44ebe889bab2db2051c247ca Mon Sep 17 00:00:00 2001 From: Rodrigue Koffi Date: Mon, 14 Oct 2024 12:26:06 +0200 Subject: [PATCH] (ci tests): Bump node version (#285) Bump node version --- .github/workflows/markdown-link-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/markdown-link-check.yaml b/.github/workflows/markdown-link-check.yaml index ddaec1eb..b26b613d 100644 --- a/.github/workflows/markdown-link-check.yaml +++ b/.github/workflows/markdown-link-check.yaml @@ -20,9 +20,9 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '20.x' - name: install markdown-link-check - run: npm install -g markdown-link-check@3.10.2 + run: npm install -g markdown-link-check@3.12.2 - name: markdown-link-check version run: npm list -g markdown-link-check - name: Run markdown-link-check on MD files