diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06dcc5a..034deb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v5 - run: npm i -g --force corepack && corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* cache: pnpm @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v5 - run: npm i -g --force corepack && corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* cache: pnpm diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml index 34c36b4..ec94968 100644 --- a/.github/workflows/release-nightly.yml +++ b/.github/workflows/release-nightly.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - run: npm i -g --force corepack && corepack enable - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: node-version: lts/* cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a853f1..192caea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - run: npm i -g --force corepack && corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: lts/* cache: pnpm