From 9056cbb4b0087c904817899d4a52cfa3c9ed1487 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 21 Feb 2022 16:25:37 -0500 Subject: [PATCH] Use ubuntu machine in circle --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c3f3e9..a3c7131 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: parallelism: 1 machine: - image: circleci/classic:latest + image: ubuntu-2004:202111-02 environment: TEST_RESULTS: /tmp/test-results DRUPAL_VERSION: V8 @@ -18,4 +18,4 @@ jobs: command: npm install - run: name: Run Jest Tests - command: npm test \ No newline at end of file + command: npm test