Skip to content

Commit

Permalink
add node10 for ci tests and increase version number (#70)
Browse files Browse the repository at this point in the history
* update version number
* run node10 ci tests
  • Loading branch information
Jussi Vatjus-Anttila authored Dec 6, 2018
1 parent 2c452c8 commit e05eb41
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ workflows:
filters: # required since `deploy` has tag filters AND requires `build`
tags:
only: /.*/
- test-node10:
filters: # required since `deploy` has tag filters AND requires `build`
tags:
only: /.*/
- test-node-latest:
filters: # required since `deploy` has tag filters AND requires `build`
tags:
Expand All @@ -20,6 +24,7 @@ workflows:
requires:
- test-node6
- test-node8
- test-node10
- test-node-latest
filters:
tags:
Expand Down Expand Up @@ -102,6 +107,13 @@ jobs:
environment:
CHROME_BIN: "/usr/bin/google-chrome"
NPM_CI_INSTALL: "ci"
test-node10:
<<: *defaults
docker:
- image: circleci/node:10.14.1-browsers
environment:
CHROME_BIN: "/usr/bin/google-chrome"
NPM_CI_INSTALL: "ci"
test-node-latest:
<<: *defaults
docker:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentmi-jsclient",
"version": "0.6.0",
"version": "0.7.0",
"description": "OpenTMI javascript client",
"main": "src/index.js",
"authors": [
Expand Down

0 comments on commit e05eb41

Please sign in to comment.