From ac0d9eb88199361b110d11dccc9d57af633d86c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:12:57 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/mutation_testing.yml | 2 +- .github/workflows/npm_publish.yml | 4 ++-- .tool-versions | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mutation_testing.yml b/.github/workflows/mutation_testing.yml index d705e8a..94d1eb3 100644 --- a/.github/workflows/mutation_testing.yml +++ b/.github/workflows/mutation_testing.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js 20.x uses: actions/setup-node@v6 with: - node-version: 22.x + node-version: 24.x - name: Install Deps run: npm install - name: Install Stryker diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index a572dc2..e2c89ba 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm ci - run: npm test @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 registry-url: https://registry.npmjs.org/ - run: npm publish env: diff --git a/.tool-versions b/.tool-versions index 859c9c7..51e6f36 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -nodejs 22.21.0 +nodejs 24.13.1 adr-tools 3.0.0