Try bumping node version

This commit is contained in:
Dannon Baker
2020-05-19 13:29:31 -04:00
parent 3e4a038fe1
commit fd1544bf72
+2 -2
View File
@@ -146,7 +146,7 @@ jobs:
- run: tox -e check_py3_compatibility
js_unit:
docker:
- image: circleci/node:10-browsers
- image: circleci/node:12-browsers
<<: *set_workdir
steps:
- *restore_yarn_cache
@@ -160,7 +160,7 @@ jobs:
- run: cd client && yarn run test
js_lint:
docker:
- image: circleci/node:10-browsers
- image: circleci/node:12-browsers
<<: *set_workdir
steps:
- *restore_yarn_cache