Skip to content

Commit 2ecbd5a

Browse files
committed
fix: bump node versions to 12,14
1 parent 6c5cd16 commit 2ecbd5a

File tree

4 files changed

+4425
-7352
lines changed

4 files changed

+4425
-7352
lines changed

.travis.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,18 @@ language: node_js
33
sudo: false
44

55
node_js:
6-
- 10
76
- 12
8-
9-
# before_install:
10-
# - 'openssl aes-256-cbc -K $my_key -iv $my_iv -in myservice.env.enc -out myservice.env -d || true'
7+
- 14
118

129
script:
10+
- npm --version
1311
- npm run build
1412
- npm run test-unit-travis || travis_terminate 1
15-
- npm run test-integration-travis || travis_terminate 1
13+
- npm run lint
1614
- npm run check-packages
17-
# - sh scripts/typedoc/generate_typedoc.sh currently in progress
1815

1916
after_success:
2017
- npm run report-coverage
21-
# - scripts/jsdoc/publish.sh - currently in progress
2218

2319
deploy:
2420
- provider: script

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Service Name | Import Path
4141

4242
## Prerequisites
4343
* You need an [IBM Cloud][ibm-cloud-onboarding] account.
44-
* **Node.js >=10**: This SDK is tested with Node.js versions 10 and up. It may work on previous versions but this is not officially supported.
44+
* **Node.js >=12**: This SDK is tested with Node.js versions 12 and up. It may work on previous versions but this is not officially supported.
4545

4646
[ibm-cloud-onboarding]: http://cloud.ibm.com/registration
4747

0 commit comments

Comments
 (0)