From 2b3603edd9f3822905d654ed6fdf1d275f0fdc12 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Thu, 22 Oct 2020 09:00:02 -0700 Subject: [PATCH] Simplify CI used to test the template --- .circleci/config.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index beaa48e..09accef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ executors: ruby: working_directory: ~/repo docker: - - image: circleci/ruby:2.6.6-node-browsers + - image: cimg/ruby:2.7.2-browsers environment: PGHOST: 127.0.0.1 PGUSER: postgres @@ -19,17 +19,6 @@ jobs: executor: ruby steps: - checkout - - run: - name: Install node - command: | - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - sudo apt-get install -y nodejs - sudo ln -sf /usr/bin/node /usr/local/bin/node - - run: - name: Install yarn - command: | - sudo npm i -g yarn - sudo ln -sf /usr/bin/yarn /usr/local/bin/yarn - restore_cache: name: Restore yarn cache keys: