diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 38bbea0f..54f9f3d1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -24,7 +24,7 @@ jobs: - name: Enable Corepack run: corepack enable - name: Setup node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: cache: "yarn" node-version-file: ".nvmrc" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a946a890..d8060fb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: - name: Enable Corepack run: corepack enable - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: cache: "yarn" node-version-file: ".nvmrc"