From ce78c116698341c93097ffbaeb75ab540dba986b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:24:27 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/website.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0e562b..8dcfa79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: registry-url: 'https://registry.npmjs.org' # to create .npmrc file with NODE_AUTH_TOKEN node-version: 22 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6487fe7..9c96aec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: checkout uses: actions/checkout@v4 - name: setup Node.js ${{ matrix.node_version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node_version }} - name: Install diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 94a8844..3e9fbfd 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 22 - name: Set Env