From 243a162b3e6af562c79cf0ba4d920cc303910588 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:04:43 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/release_dev.yml | 2 +- .github/workflows/spec.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_dev.yml b/.github/workflows/release_dev.yml index 90012ac..92ac361 100644 --- a/.github/workflows/release_dev.yml +++ b/.github/workflows/release_dev.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 24 registry-url: https://registry.npmjs.org - run: npm install - run: | diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index 31397e2..838e081 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 24 - run: npm i - run: npx tsc -noEmit - run: npm run eslint:check