Upgrade Node version in circleCI config: 12.14.1 -> 12.15.0

pull/3006/head
Victor Baranov 5 years ago
parent af77979bfb
commit dd880bca8c
  1. 4
      .circleci/config.yml

@ -233,7 +233,7 @@ jobs:
eslint:
docker:
# Ensure .tool-versions matches
- image: circleci/node:12.14.1-browsers-legacy
- image: circleci/node:12.15.0-browsers-legacy
working_directory: ~/app
@ -275,7 +275,7 @@ jobs:
jest:
docker:
# Ensure .tool-versions matches
- image: circleci/node:12.14.1-browsers-legacy
- image: circleci/node:12.15.0-browsers-legacy
working_directory: ~/app

Loading…
Cancel
Save