Skip to content

Commit

Permalink
test: Just test in v12
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Apr 7, 2020
1 parent d0ec029 commit 443c3ba
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ workflows:
version: 2
node-multi-build:
jobs:
- node-v8
- node-v10
- node-v12

version: 2
jobs:
Expand All @@ -30,15 +29,7 @@ jobs:
key: yarn-packages-{{ .Branch }}-{{ checksum "yarn.lock" }}
paths:
- node_modules/
node-v6:
node-v12:
<<: *node-base
docker:
- image: node:6
node-v8:
<<: *node-base
docker:
- image: node:8
node-v10:
<<: *node-base
docker:
- image: node:10
- image: node:12

0 comments on commit 443c3ba

Please sign in to comment.