Skip to content

Commit

Permalink
Fix CI now that sane only supports LTS dangers
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Feb 7, 2019
1 parent a654063 commit 5b1a83c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/danger-js
docker:
- image: node:7
- image: node:10
steps:
- checkout
- restore_cache:
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cache:
matrix:
include:
# Normal CI test runs :D
- node_js: "6"
- node_js: "10"

- node_js: "8"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test against this version of Node.js
environment:
nodejs_version: "7"
nodejs_version: "10"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit 5b1a83c

Please sign in to comment.