Skip to content

Commit

Permalink
Require node >= 6.14.2 (Boron Maintenance LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 2, 2018
1 parent 96ace5e commit 83276cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
docker:
- image: circleci/node:8.11.4

boron:
'6.14.2':
<<: *base
docker:
- image: circleci/node:boron
- image: circleci/node:6.14.2

workflows:
version: 2
build:
jobs:
- 8.11.4
- boron
- 6.14.2
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
presets: [['@babel/preset-env', { targets: { node: '6.12' } }]],
presets: [['@babel/preset-env', { targets: { node: '6.14' } }]],
plugins: [
['@babel/plugin-proposal-object-rest-spread', { useBuiltIns: true }],
],
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"type": "git",
"url": "https://github.com/marp-team/marpit"
},
"engines": {
"node": ">=6.14.2"
},
"main": "lib/index.js",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit 83276cc

Please sign in to comment.