Update node version in Circle CI config

pull/3194/head
Victor Baranov 4 years ago
parent a053ef94e0
commit 3382fb43a1
  1. 4
      .circleci/config.yml

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

Loading…
Cancel
Save