Skip to content

Commit

Permalink
Merge pull request #71 from Vincit/chore/node-14
Browse files Browse the repository at this point in the history
Execute CI on Node 14
Update dependencies
  • Loading branch information
kibertoad authored Jul 13, 2020
2 parents 34309ce + adc9f49 commit 80927c7
Show file tree
Hide file tree
Showing 3 changed files with 1,315 additions and 1,264 deletions.
16 changes: 15 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,24 @@ jobs:
POSTGRES_HOST_AUTH_METHOD: trust
steps:
- test-nodejs

node-v14:
docker:
- image: circleci/node:14
- image: circleci/mysql
command: [--default-authentication-plugin=mysql_native_password]
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_ROOT_PASSWORD: pass
- image: circleci/postgres
environment:
POSTGRES_USER: postgres
POSTGRES_HOST_AUTH_METHOD: trust
steps:
- test-nodejs
workflows:
version: 2
node-multi-build:
jobs:
- node-v10
- node-v12
- node-v14
Loading

0 comments on commit 80927c7

Please sign in to comment.