From ebca8e24cf5044b8eedb4c5e46d8ed18f34761bc Mon Sep 17 00:00:00 2001 From: Rares Matei Date: Tue, 6 Feb 2024 16:55:44 +0000 Subject: [PATCH] chore(repo): use the latest v3 image to avoid caching issues (#21648) --- .nx/workflows/agents.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nx/workflows/agents.yaml b/.nx/workflows/agents.yaml index f73921e1bf..5770b70ac3 100644 --- a/.nx/workflows/agents.yaml +++ b/.nx/workflows/agents.yaml @@ -1,7 +1,7 @@ launch-templates: linux-medium: resource-class: 'docker_linux_amd64/medium+' - image: 'ubuntu22.04-node20.9-v2' + image: 'ubuntu22.04-node20.9-v3' env: GIT_AUTHOR_EMAIL: test@test.com GIT_AUTHOR_NAME: Test