From ba80f026ea644e06b021103b4b78722ea91032fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 07:02:27 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/checks.yml | 4 ++-- .github/workflows/release-package.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d7ede8d..3f26f97 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -19,7 +19,7 @@ jobs: - name: Specifically use node LTS. uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "24" - run: npm install - run: npm run build - run: npm run lint @@ -32,7 +32,7 @@ jobs: - name: Specifically use node LTS. uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "24" - run: npm install - run: npm run build - run: npm run test diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 269bf4a..cd63180 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 registry-url: https://registry.npmjs.org - run: rm -rf node_modules && npm ci - run: npm publish --access public