From 8bd49502aafb81b62647bcf30a6629bd178103f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:55:35 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/release.yml | 2 +- .github/workflows/release_dev.yml | 2 +- .github/workflows/spec.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e5cf2a..20c1bd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 24 registry-url: https://registry.npmjs.org - run: npm install - run: npm run build diff --git a/.github/workflows/release_dev.yml b/.github/workflows/release_dev.yml index 7172d3c..42e4652 100644 --- a/.github/workflows/release_dev.yml +++ b/.github/workflows/release_dev.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 24 registry-url: https://registry.npmjs.org - run: npm install - run: npm run build diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index 22929bd..797545d 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 24 - run: npm install - run: npx tsc -noEmit - run: npm run eslint:check