Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Node for development to 10 #84

Merged
merged 2 commits into from
Oct 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ references:

version: 2
jobs:
'10.12.0':
<<: *base
docker:
- image: circleci/node:10.12.0

'8.12.0':
<<: *base
docker:
Expand All @@ -55,5 +60,6 @@ workflows:
version: 2
build:
jobs:
- 10.12.0
- 8.12.0
- 6.14.2
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.12.0
v10.12.0
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Support Node 10.x and use it for development ([#84](https://github.com/marp-team/marpit/pull/84))

## v0.2.0 - 2018-10-10

### Added
Expand Down