Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
build: drop Node v4 and add Node v9
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Mar 26, 2018
1 parent 249901b commit 61bc28c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ workflows:
version: 2
node-multi-build:
jobs:
- node-v4
- node-v6
- node-v8
- node-v9

version: 2
jobs:
Expand Down Expand Up @@ -64,3 +64,7 @@ jobs:
<<: *node-base
docker:
- image: node:8
node-v9:
<<: *node-base
docker:
- image: node:9
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ MIT License: Teppei Sato &lt;teppeis@gmail.com&gt;
[appveyor-url]: https://ci.appveyor.com/project/teppeis/kintone-plugin-manifest-validator/branch/master
[deps-image]: https://img.shields.io/david/teppeis/kintone-plugin-manifest-validator.svg
[deps-url]: https://david-dm.org/teppeis/kintone-plugin-manifest-validator
[node-version]: https://img.shields.io/badge/Node.js%20support-v4,v6,v8-brightgreen.svg
[node-version]: https://img.shields.io/badge/Node.js%20support-v6,v8,v9-brightgreen.svg
[coverage-image]: https://img.shields.io/coveralls/teppeis/kintone-plugin-manifest-validator/master.svg
[coverage-url]: https://coveralls.io/github/teppeis/kintone-plugin-manifest-validator?branch=master
[license]: https://img.shields.io/npm/l/@teppeis/kintone-plugin-manifest-validator.svg
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.6.1",
"author": "Teppei Sato <teppeis@gmail.com>",
"engines": {
"node": ">=4"
"node": ">=6"
},
"main": "index.js",
"files": [
Expand Down

0 comments on commit 61bc28c

Please sign in to comment.