From 2895f6602eb965756b4ad6ed6266171917c86b45 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:58:50 +0200 Subject: [PATCH] Revert "ci: update circleci runner (#1079)" This reverts commit 6d0037f6e6905ffc3629933decc921de3211722d. --- circle.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index 27668c688c..9ac6871649 100644 --- a/circle.yml +++ b/circle.yml @@ -3,7 +3,7 @@ version: 2.1 orbs: - node: circleci/node@5.2.0 + node: circleci/node@5.0.0 commands: expand-env-file: @@ -43,7 +43,7 @@ commands: jobs: check-factory-versions: machine: - image: ubuntu-2204:2024.04.4 + image: ubuntu-2204:2022.10.2 steps: - checkout - expand-env-file @@ -138,7 +138,7 @@ jobs: working_directory: factory/test-project check-node-override-version: machine: - image: ubuntu-2204:2024.04.4 + image: ubuntu-2204:2022.10.2 steps: - checkout - expand-env-file @@ -164,7 +164,7 @@ jobs: working_directory: factory/test-project test-image: machine: - image: ubuntu-2204:2024.04.4 + image: ubuntu-2204:2022.10.2 parameters: target: type: string @@ -194,7 +194,7 @@ jobs: push: machine: - image: ubuntu-2204:2024.04.4 + image: ubuntu-2204:2022.10.2 parameters: target: type: string