diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index de76ae2..b0b7c36 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -17,7 +17,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: - node-version: 20.5 + node-version: 20.19.4 cache: pnpm - name: Install dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09fc933..3a6bcf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: - node-version: 20.5 + node-version: 20.19.4 cache: pnpm - name: Install dependencies @@ -36,7 +36,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: - node-version: 20.5 + node-version: 20.19.4 cache: pnpm - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9620aee..21f4d9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: - node-version: 20.5 + node-version: 20.19.4 cache: pnpm registry-url: https://registry.npmjs.org/ @@ -40,7 +40,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: - node-version: 20.5 + node-version: 20.19.4 cache: pnpm - run: npx changelogithub env: