diff --git a/.nx/workflows/agents.yaml b/.nx/workflows/agents.yaml index 1087449295..aba75e19e3 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.11-v3' + image: 'ubuntu22.04-node20.11-v10' env: GIT_AUTHOR_EMAIL: test@test.com GIT_AUTHOR_NAME: Test @@ -21,7 +21,7 @@ launch-templates: ~/.cache/Cypress ~/.cache/ms-playwright ~/.pnpm-store - base-branch: 'master' + base_branch: 'master' - name: Install e2e deps script: | sudo apt-get update