Skip to content

Commit

Permalink
Update circleCi
Browse files Browse the repository at this point in the history
  • Loading branch information
debiewouter committed Jul 13, 2020
1 parent 05b8fc4 commit b9da4f6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defaults: &defaults
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
sudo apt-get install --no-install-recommends yarn=1.5.1-1
sudo apt-get install --no-install-recommends yarn
- checkout
- restore_cache:
keys:
Expand Down Expand Up @@ -40,17 +40,17 @@ defaults: &defaults

version: 2
jobs:
"node-6":
"node-10":
<<: *defaults
docker:
- image: circleci/node:6
"node-8":
- image: circleci/node:10
"node-12":
<<: *defaults
docker:
- image: circleci/node:8
- image: circleci/node:12
workflows:
version: 2
build:
jobs:
- "node-6"
- "node-8"
- "node-10"
- "node-12"

0 comments on commit b9da4f6

Please sign in to comment.