From dd8fcbc5d2fc00b1cff84269fe4307bef043362a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 21:50:56 +0000 Subject: [PATCH 1/3] chore(deps): update dependency node to v24 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/publish.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69fad99..488b3df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Node.js 18.x uses: actions/setup-node@v6 with: - node-version: 18.x + node-version: 24.x cache: 'npm' registry-url: 'https://registry.npmjs.org/' @@ -37,7 +37,7 @@ jobs: - name: Set up Node.js 18.x uses: actions/setup-node@v6 with: - node-version: 18.x + node-version: 24.x cache: 'npm' registry-url: 'https://registry.npmjs.org/' @@ -57,7 +57,7 @@ jobs: - name: Set up Node.js 18.x uses: actions/setup-node@v6 with: - node-version: 18.x + node-version: 24.x cache: 'npm' registry-url: 'https://registry.npmjs.org/' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b3ffd8a..fb5dab7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Node.js 18.x uses: actions/setup-node@v6 with: - node-version: 18.x + node-version: 24.x cache: 'npm' registry-url: 'https://registry.npmjs.org/' From 61174c7e73e8c4b39bcffdc481d9a474d26628f1 Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Fri, 12 Dec 2025 16:35:17 +0000 Subject: [PATCH 2/3] Update Node.js setup in CI workflow to version 24.x --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 488b3df..cc715b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Check out code uses: actions/checkout@v6 - - name: Set up Node.js 18.x + - name: Set up Node.js uses: actions/setup-node@v6 with: node-version: 24.x @@ -34,7 +34,7 @@ jobs: - name: Check out code uses: actions/checkout@v6 - - name: Set up Node.js 18.x + - name: Set up Node.js uses: actions/setup-node@v6 with: node-version: 24.x @@ -54,7 +54,7 @@ jobs: - name: Check out code uses: actions/checkout@v6 - - name: Set up Node.js 18.x + - name: Set up Node.js uses: actions/setup-node@v6 with: node-version: 24.x @@ -65,4 +65,4 @@ jobs: run: npm ci - name: Run Tests - run: npm test \ No newline at end of file + run: npm test From 8eb64a3b4bf568c5669f87fe8ba8ad8e90d4c346 Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Fri, 12 Dec 2025 16:35:34 +0000 Subject: [PATCH 3/3] Update Node.js setup in publish workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fb5dab7..bbd8bb7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - name: Check out code uses: actions/checkout@v6 - - name: Set up Node.js 18.x + - name: Set up Node.js uses: actions/setup-node@v6 with: node-version: 24.x