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