diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 7bfe6653..0713c3ee 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -21,7 +21,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 18 + node-version: 20 cache: yarn - run: yarn install --immutable diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38e21e84..d71bb1cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 18 + node-version: 20 cache: yarn - run: yarn install --immutable diff --git a/.github/workflows/flakehub-publish.yml b/.github/workflows/flakehub-publish.yml index 7a5e3dd6..3dd11c76 100644 --- a/.github/workflows/flakehub-publish.yml +++ b/.github/workflows/flakehub-publish.yml @@ -28,7 +28,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 18 + node-version: 20 cache: yarn - run: yarn install --immutable diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 77212c08..8af6a1f6 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -24,7 +24,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 18 + node-version: 20 cache: yarn - run: yarn install --immutable diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 42e94508..c0ba6e3a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -60,7 +60,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 18 + node-version: 20 cache: yarn - run: yarn install --immutable @@ -103,7 +103,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 18 + node-version: 20 cache: yarn - run: yarn install --immutable @@ -136,7 +136,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 18 + node-version: 20 cache: yarn registry-url: https://registry.npmjs.org - run: yarn install --immutable diff --git a/.github/workflows/renovate-post.yml b/.github/workflows/renovate-post.yml index 9b6250f6..540901cb 100644 --- a/.github/workflows/renovate-post.yml +++ b/.github/workflows/renovate-post.yml @@ -22,7 +22,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: 18 + node-version: 20 cache: yarn - run: yarn install --immutable - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4