From ea316265c11b5c6e6f51d53deb34c4054f4c2349 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 11 Apr 2026 08:55:05 +0100 Subject: [PATCH] Update Node.js used in CI jobs to 24 --- .github/workflows/ci.yml | 2 +- .github/workflows/masterlist-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69ab1ca..4d7c2ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Install metadata validator v${{ env.VALIDATOR_VERSION }} run: wget https://github.com/loot/metadata-validator/releases/download/${{ env.VALIDATOR_VERSION }}/metadata-validator-${{ env.VALIDATOR_VERSION }}-Linux.tar.xz -O - | tar -xJ --strip-components=1 diff --git a/.github/workflows/masterlist-ci.yml b/.github/workflows/masterlist-ci.yml index 59d0a83..1a4292a 100644 --- a/.github/workflows/masterlist-ci.yml +++ b/.github/workflows/masterlist-ci.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Install metadata validator v${{ env.VALIDATOR_VERSION }} run: wget https://github.com/loot/metadata-validator/releases/download/${{ env.VALIDATOR_VERSION }}/metadata-validator-${{ env.VALIDATOR_VERSION }}-Linux.tar.xz -O - | tar -xJ --strip-components=1