Skip to content

Commit

Permalink
Merge pull request #49 from snyk/fix/bump-min-node-release
Browse files Browse the repository at this point in the history
fix: use Node.js 10 for semantic release
  • Loading branch information
lili2311 committed Apr 29, 2020
2 parents 81af619 + 5eedee6 commit 2474e8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ notifications:
email: false
language: node_js
node_js:
- "12"
- "10"
- "8"
- "6"
cache: npm
script:
- npm run lint
- npm test
jobs:
include:
- stage: Release
node_js: "8"
node_js: "10"
after_success:
- npx semantic-release
branches:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ cache:

environment:
matrix:
- nodejs_version: "12"
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"

matrix:
fast_finish: true
Expand Down

0 comments on commit 2474e8d

Please sign in to comment.