We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daa742a + e037e33 commit de8b6feCopy full SHA for de8b6fe
.travis.yml
@@ -29,6 +29,6 @@ deploy:
29
repo: watson-developer-cloud/speech-javascript-sdk
30
- provider: script
31
skip_cleanup: true
32
- script: npx semantic-release
+ script: npx semantic-release@15
33
on:
34
- node: 8
+ node: 12
package.json
@@ -3,6 +3,9 @@
3
"version": "0.36.1",
4
"description": "IBM Watson Speech to Text and Text to Speech SDK for web browsers.",
5
"main": "index.js",
6
+ "engines": {
7
+ "node": ">=12"
8
+ },
9
"scripts": {
10
"watch-test": "karma start",
11
"lint": "eslint .",
0 commit comments