Skip to content

Commit

Permalink
chore(build): upgrade to node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
sranka committed Nov 10, 2020
1 parent dfae831 commit 12af4fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
coverage:
parameters:
docker:
- image: circleci/node:12
- image: circleci/node:14
steps:
- checkout
- init-dependencies
Expand All @@ -57,7 +57,7 @@ jobs:
deploy-preview:
parameters:
docker:
- image: circleci/node:12
- image: circleci/node:14
steps:
- run:
name: Early return if this build is from a forked repository
Expand All @@ -79,7 +79,7 @@ workflows:
build:
jobs:
- tests:
version: '12'
version: '14'
- coverage
- deploy-preview:
requires:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.13.1
v14
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
1. [#275](https://github.com/influxdata/influxdb-client-js/pull/275): Export fuction to transform CSV string to giraffe table.
1. [#275](https://github.com/influxdata/influxdb-client-js/pull/275): Add tree shaking optimizations.
1. [#276](https://github.com/influxdata/influxdb-client-js/pull/276): Allow to notify about write success.
1. [#280](https://github.com/influxdata/influxdb-client-js/pull/280): Upgrade to the latest node v14 LTS.

## 1.8.0 [2020-10-30]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ If you would like to contribute code you can do through GitHub by forking the re

Build Requirements:

- node v12.13.1 or higher
- node v14 LTS
- yarn 1.9.4. or higher

Run tests:
Expand Down

0 comments on commit 12af4fb

Please sign in to comment.