Skip to content

Commit bdd0baa

Browse files
authored
* ci: add new node version add 14 node, update readme * ci: try to get deploy to run * ci: fix * ci: fix
1 parent 3bba6ec commit bdd0baa

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
node-version: ['10.x', '12.x']
24+
node-version: ['10.x', '12.x', '14.x']
2525
os: [ubuntu-latest]
2626

2727
steps:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4747
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
48-
run: npx semantic-release --dry-run
48+
run: npx semantic-release # --dry-run
4949

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Watson APIs Node.js SDK
22

3-
[![Build Status](https://secure.travis-ci.org/watson-developer-cloud/node-sdk.svg?branch=master)](http://travis-ci.org/watson-developer-cloud/node-sdk)
3+
[![Build and Test](https://github.com/watson-developer-cloud/node-sdk/workflows/Build%20and%20Test/badge.svg?branch=master)](https://github.com/watson-developer-cloud/node-sdk/actions?query=workflow%3A"Build+and+Test")
4+
[![Deploy and Publish](https://github.com/watson-developer-cloud/node-sdk/workflows/Deploy%20and%20Publish/badge.svg?branch=master)](https://github.com/watson-developer-cloud/node-sdk/actions?query=workflow%3A%22Deploy+and+Publish%22)
45
[![codecov](https://codecov.io/gh/watson-developer-cloud/node-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/watson-developer-cloud/node-sdk)
56
[![Slack](https://wdc-slack-inviter.mybluemix.net/badge.svg)](https://wdc-slack-inviter.mybluemix.net)
67
[![npm-version](https://img.shields.io/npm/v/ibm-watson.svg)](https://www.npmjs.com/package/ibm-watson)
78
[![npm-downloads](https://img.shields.io/npm/dm/ibm-watson.svg)](https://www.npmjs.com/package/ibm-watson)
89
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
910

11+
## Deprecated builds
12+
[![Build Status](https://secure.travis-ci.org/watson-developer-cloud/node-sdk.svg?branch=master)](http://travis-ci.org/watson-developer-cloud/node-sdk)
13+
1014
Node.js client library to use the Watson APIs.
1115

1216
<details>
@@ -574,7 +578,7 @@ discovery.query(
574578
console.log(err);
575579
});
576580
```
577-
### Discovery v1
581+
### Discovery v1
578582

579583
Use the [Discovery Service][discovery] to search and analyze structured and unstructured data.
580584

@@ -704,8 +708,8 @@ nlu.analyze(
704708

705709

706710
### Personality Insights
707-
**On 1 December 2021, Personality Insights will no longer be available.
708-
Consider migrating to Watson Natural Language Understanding.
711+
**On 1 December 2021, Personality Insights will no longer be available.
712+
Consider migrating to Watson Natural Language Understanding.
709713
For more information, see https://github.com/watson-developer-cloud/node-sdk/tree/master#personality-insights-deprecation**
710714

711715
Analyze text in English and get a personality profile by using the

0 commit comments

Comments
 (0)