Skip to content

Commit

Permalink
Merge pull request #88 from marp-team/node-10-lts
Browse files Browse the repository at this point in the history
Upgrade Node 10 to LTS v10.13.0
  • Loading branch information
yhatt authored Nov 4, 2018
2 parents c456c8e + 30f4637 commit 0a1f44d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ references:

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

'8.12.0':
<<: *base
Expand All @@ -60,6 +60,6 @@ workflows:
version: 2
build:
jobs:
- 10.12.0
- 10.13.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 @@
v10.12.0
v10.13.0
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## [Unreleased]

### Removed
### Changed

- Remove `defer` attribute from `<inline>` script tag on docs ([#87](https://github.com/marp-team/marpit/pull/87))
- Support Node 10.x and use its LTS for development ([#84](https://github.com/marp-team/marpit/pull/84), [#88](https://github.com/marp-team/marpit/pull/88))

### Changed
### Removed

- Support Node 10.x and use it for development ([#84](https://github.com/marp-team/marpit/pull/84))
- Remove `defer` attribute from `<inline>` script tag on docs ([#87](https://github.com/marp-team/marpit/pull/87))

## v0.2.0 - 2018-10-10

Expand Down

0 comments on commit 0a1f44d

Please sign in to comment.