Skip to content

Commit

Permalink
chore: Update dependencies (#377)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The minimum node.js version that is now officially supported is Node 8.
  • Loading branch information
tleunen committed Dec 11, 2019
1 parent 8963f88 commit 0cef5ee
Show file tree
Hide file tree
Showing 11 changed files with 10,351 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": 6
"node": 8
},
"loose": true
}
Expand Down
12 changes: 0 additions & 12 deletions .circleci/config.yml
@@ -1,16 +1,5 @@
version: 2
jobs:
test_with_node_6:
docker:
- image: circleci/node:6
steps:
- checkout
- run:
name: Install dependencies
command: npm install
- run:
name: Test
command: npm test
test_with_node_8:
docker:
- image: circleci/node:8
Expand Down Expand Up @@ -65,7 +54,6 @@ workflows:
version: 2
test_all:
jobs:
- test_with_node_6
- test_with_node_8
- test_with_node_9
- test_with_node_10
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

1 change: 0 additions & 1 deletion appveyor.yml
@@ -1,6 +1,5 @@
environment:
matrix:
- nodejs_version: '6'
- nodejs_version: '8'
- nodejs_version: '9'
- nodejs_version: '10'
Expand Down

0 comments on commit 0cef5ee

Please sign in to comment.