From a6453a6993a904201a14f43ac5ffc9708453a1ca Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 31 May 2024 09:43:50 +0200 Subject: [PATCH] ci: update circleci runner Update to - circleci/node@5.0.0 orb - ubuntu-2204:2024.04.4 machine image --- circle.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index 9ac6871649..27668c688c 100644 --- a/circle.yml +++ b/circle.yml @@ -3,7 +3,7 @@ version: 2.1 orbs: - node: circleci/node@5.0.0 + node: circleci/node@5.2.0 commands: expand-env-file: @@ -43,7 +43,7 @@ commands: jobs: check-factory-versions: machine: - image: ubuntu-2204:2022.10.2 + image: ubuntu-2204:2024.04.4 steps: - checkout - expand-env-file @@ -138,7 +138,7 @@ jobs: working_directory: factory/test-project check-node-override-version: machine: - image: ubuntu-2204:2022.10.2 + image: ubuntu-2204:2024.04.4 steps: - checkout - expand-env-file @@ -164,7 +164,7 @@ jobs: working_directory: factory/test-project test-image: machine: - image: ubuntu-2204:2022.10.2 + image: ubuntu-2204:2024.04.4 parameters: target: type: string @@ -194,7 +194,7 @@ jobs: push: machine: - image: ubuntu-2204:2022.10.2 + image: ubuntu-2204:2024.04.4 parameters: target: type: string