Skip to content

Commit

Permalink
chore(tutorial): update circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Dec 11, 2020
1 parent 772c926 commit ec2255d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@ version: 2
jobs:
test:
docker:
- image: circleci/node:10
- image: circleci/node:14
working_directory: ~/repo
steps:
- checkout
- run:
name: Install yarn
command: |
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
export PATH=$HOME/.yarn/bin:$PATH
- run: yarn install --offline --frozen-lockfile
- run: yarn install --immutable --immutable-cache
- run:
name: Run ci checks
command: yarn ci-check
Expand Down

0 comments on commit ec2255d

Please sign in to comment.