From 0f8f3dc35a38d22f3d6dcdc712b9172c0cb918bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:30:39 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/release.yml | 2 +- .github/workflows/website.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35f95b6..b463b96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: registry-url: 'https://registry.npmjs.org' # to create .npmrc file with NODE_AUTH_TOKEN - node-version: 22 + node-version: 24 - name: Install Dependencies run: yarn install - name: Create Release Pull Request or Publish to npm diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 37e5fb4..487a0c2 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: - node-version: 22 + node-version: 24 - name: Set Env run: | echo "CURRENT_VERSION=$(node -p 'require("./package.json").version')" >> $GITHUB_ENV