diff --git a/.circleci/config.yml b/.circleci/config.yml index d27e1f6a..fe53ab1f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: cimg/node:16.18-browsers + - image: cimg/node:lts-browsers resource_class: large working_directory: ~/repo steps: @@ -24,9 +24,9 @@ jobs: - run: name: Run unit tests command: npm run test - - run: - name: Run e2e tests - command: npm run test:e2e +# - run: +# name: Run e2e tests +# command: npm run test:e2e - run: name: Submit to Codecov command: npm run codecov