diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd2427ee..25ec282d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: # ref. `pnpm@10.1.0` / `pnpm@9.15.4` cannot be installed due to key id mismatch · Issue #612 · nodejs/corepack # - https://github.com/nodejs/corepack/issues/612#issuecomment-2629496091 - run: npm i -g corepack@latest && corepack enable - - uses: actions/setup-node@v5.0.0 + - uses: actions/setup-node@v6.0.0 with: node-version-file: .nvmrc diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6850c32a..f2bed5c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Set node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version-file: .nvmrc