Skip to content

Commit

Permalink
fix: bump needle to ^2.2.4 to fix bug with node 8.12.0
Browse files Browse the repository at this point in the history
this includes a fix @darscan reported in tomas/needle#261

updating `.travis.yaml` to use up-to-date node 8 in tests again
  • Loading branch information
michael-go committed Sep 23, 2018
1 parent 0f96166 commit 79a8992
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "8.11.4"
- "8"
- "6"
- "4"
cache:
Expand All @@ -25,7 +25,7 @@ script:
jobs:
include:
- stage: Release
node_js: "8.11.4"
node_js: "8"
script:
- test "${TRAVIS_PULL_REQUEST}" != "false" || (npm i -g semantic-release @semantic-release/exec && semantic-release)
branches:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"hasbin": "^1.2.3",
"inquirer": "^3.0.0",
"lodash": "^4.17.5",
"needle": "^2.0.1",
"needle": "^2.2.4",
"opn": "^5.2.0",
"os-name": "^2.0.1",
"proxy-agent": "^2.0.0",
Expand Down

0 comments on commit 79a8992

Please sign in to comment.