diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc1ee48..d96714b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: pnpm/action-setup@v6 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: ${{ matrix.node }} cache: pnpm @@ -66,7 +66,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: pnpm/action-setup@v6 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 22 cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 059c886..015e0e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: ref: ${{ github.event.release.tag_name || github.ref }} - uses: pnpm/action-setup@v6 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 package-manager-cache: false @@ -57,7 +57,7 @@ jobs: with: ref: ${{ github.event.release.tag_name }} - uses: pnpm/action-setup@v6 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 registry-url: https://registry.npmjs.org/