diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc2ab0a3..58285670 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 with: node-version-file: ".nvmrc" cache: pnpm @@ -34,7 +34,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 with: node-version-file: ".nvmrc" cache: pnpm @@ -50,7 +50,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 with: node-version-file: ".nvmrc" cache: pnpm @@ -67,7 +67,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 with: node-version-file: ".nvmrc" cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd01e02a..5e9acaad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 with: node-version-file: ".nvmrc" cache: pnpm @@ -42,7 +42,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 with: node-version-file: ".nvmrc" cache: pnpm