Skip to content

Commit

Permalink
Merge pull request #53 from JohnstonCode/update-deps-14-02-20
Browse files Browse the repository at this point in the history
BREAKING CHANGE: now requires node >=10.18 and semantic-release >=16.0.0
  • Loading branch information
Morten N.O. Nørgaard Henriksen committed Feb 14, 2020
2 parents 8ae718e + d34e1c4 commit a5c7c28
Show file tree
Hide file tree
Showing 4 changed files with 3,450 additions and 4,109 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- '8'
- '10.18'

cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Use `semantic-release-vsce` as part of `verifyConditions` and `publish`.
]
},
"devDependencies": {
"semantic-release": "^15.0.0",
"semantic-release": "^17.0.0",
"semantic-release-vsce": "^2.1.0",
}
}
Expand Down Expand Up @@ -77,6 +77,6 @@ jobs:
include:
- stage: release
language: node_js
node_js: '8'
node_js: '10.18'
script: npm run semantic-release
```

0 comments on commit a5c7c28

Please sign in to comment.