Skip to content

Commit 68acc7f

Browse files
committed
Bump to 1.0.0; Test on node8 and above only
1 parent 474da20 commit 68acc7f

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.circleci/config.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
version: 2
22
jobs:
3-
node6:
4-
docker:
5-
- image: circleci/node:6
6-
steps:
7-
- checkout
8-
- restore_cache:
9-
keys:
10-
- npm-deps-{{ checksum "package.json" }}
11-
- run: npm install
12-
- save_cache:
13-
key: npm-deps-{{ checksum "package.json" }}
14-
paths:
15-
- node_modules/
16-
- run: npm test
17-
- run: npm run coverage
18-
193
node8:
204
docker:
215
- image: circleci/node:8
@@ -50,9 +34,8 @@ jobs:
5034

5135
workflows:
5236
version: 2
53-
node6_node8_node10:
37+
nodes:
5438
jobs:
55-
- node6
5639
- node8
5740
- node10
5841

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Any changes, including backwards incompatible changes will be listed here
44

55
## 1.0.0 (12/02/2019)
66

7+
- Test on node 8 and above only
78
- Drop unused branches
89
- Update dependencies
910
- Add coverage testing

0 commit comments

Comments
 (0)