From 1a65e50a5694820d31f2417f6c51927a17539fc3 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 15 Dec 2025 16:29:15 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91fc3a0f..70c30678 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Install NodeJS 18.x uses: actions/setup-node@v5 with: - node-version: "18.x" + node-version: "24.x" - name: Install tools run: "gem install --no-document toys && npm install linkinator" - name: Test ${{ matrix.task }}