Skip to content

Commit

Permalink
chore(deps): update node.js to v16 (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 17, 2021
1 parent 37864b6 commit bedd630
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ commands:
jobs:
build:
docker:
- image: cimg/node:15.14.0
- image: cimg/node:16.1.0
steps:
- checkout
- berry-install-packages
Expand All @@ -23,15 +23,15 @@ jobs:

lint-prettier:
docker:
- image: cimg/node:15.14.0
- image: cimg/node:16.1.0
steps:
- checkout
- berry-install-packages
- run: yarn run lint:prettier

lint-eslint:
docker:
- image: cimg/node:15.14.0
- image: cimg/node:16.1.0
steps:
- checkout
- berry-install-packages
Expand All @@ -51,15 +51,15 @@ jobs:

ts-check:
docker:
- image: cimg/node:15.14.0
- image: cimg/node:16.1.0
steps:
- checkout
- berry-install-packages
- run: yarn run ts-check

test-small:
docker:
- image: cimg/node:15.14.0
- image: cimg/node:16.1.0
steps:
- checkout
- berry-install-packages
Expand All @@ -82,7 +82,7 @@ jobs:

test-medium:
docker:
- image: cimg/node:15.14.0
- image: cimg/node:16.1.0
steps:
- checkout
- berry-install-packages
Expand All @@ -107,7 +107,7 @@ jobs:
environment:
NEO4J_TEST_URL: bolt://localhost:7687
docker:
- image: cimg/node:15.14.0
- image: cimg/node:16.1.0
- image: neo4j:4.2.6
environment:
NEO4J_AUTH: none
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

test-e2e:
docker:
- image: cimg/node:15.14.0
- image: cimg/node:16.1.0
steps:
- checkout
- berry-install-packages
Expand Down

0 comments on commit bedd630

Please sign in to comment.