Skip to content

Commit

Permalink
Use the latest carbon and boron LTS release in CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Feb 13, 2019
1 parent b97571b commit 6e3e5fe
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ references:
base: &base
working_directory: ~/marp-core
steps:
- run: node --version

# https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md#upgradingdowngrading-yarn
- run:
name: Upgrade and configure yarn
Expand All @@ -14,7 +16,7 @@ references:
[ -n "$YARN_IGNORE_ENGINES" ] && echo '--install.ignore-engines true' >> ~/.yarnrc || true
environment:
YARN_VERSION: 1.12.3
YARN_VERSION: 1.13.0

- checkout

Expand Down Expand Up @@ -71,15 +73,15 @@ jobs:
docker:
- image: circleci/node:10.15.1

'8.15.0':
carbon:
<<: *base
docker:
- image: circleci/node:8.15.0
- image: circleci/node:carbon

'6.16.0':
boron:
<<: *base
docker:
- image: circleci/node:6.16.0
- image: circleci/node:boron
environment:
YARN_IGNORE_ENGINES: 1

Expand All @@ -95,6 +97,6 @@ workflows:
build:
jobs:
- 10.15.1
- 8.15.0
- 6.16.0
- carbon
- boron
- least-version

0 comments on commit 6e3e5fe

Please sign in to comment.