Browse Source

change for node 12.18

main
Galimede 6 years ago
parent
commit
958f384da7
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -2,7 +2,7 @@ version: 2.1
jobs: jobs:
build: build:
docker: docker:
- image: cimg/node:12.0
- image: cimg/node:12.18
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -22,7 +22,7 @@ jobs:
- run : yarn lint && yarn format:check - run : yarn lint && yarn format:check
test: test:
docker: docker:
- image: cimg/node:12.0
- image: cimg/node:12.18
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -30,7 +30,7 @@ jobs:
- run : yarn test:ci - run : yarn test:ci
test_e2e: test_e2e:
docker: docker:
- image: cimg/node:12.0
- image: cimg/node:12.18
- image: circleci/postgres - image: circleci/postgres
environment: environment:
POSTGRES_USER: e2e POSTGRES_USER: e2e

Loading…
Cancel
Save