diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1609631..59bfa5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version-file: '.nvmrc' cache: pnpm @@ -34,7 +34,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version-file: '.nvmrc' cache: pnpm @@ -54,7 +54,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version-file: '.nvmrc' cache: pnpm @@ -71,7 +71,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version-file: '.nvmrc' cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48b1d55..2e23860 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: - run: corepack enable pnpm - - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 + - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version-file: '.nvmrc' cache: pnpm