From 885c5da82807c0803660928557a3a457e20ea8b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:48:04 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .github/workflows/npmpublish.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index c4e0621..5f90047 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 18.20.8 + node-version: 24.20.0 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run-script build diff --git a/.nvmrc b/.nvmrc index 941d7c0..df6ae33 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.22.3 +24.21.0