fix circleci image

pull/3094/head
yann300 6 years ago
parent 7b315550b5
commit 03debb1663
  1. 4
      .circleci/config.yml

@ -7,7 +7,7 @@ jobs:
remix-ide: remix-ide:
docker: docker:
# specify the version you desire here # specify the version you desire here
- image: circleci/node:9.11.2 - image: circleci/python:3.7-rc-node
# Specify service dependencies here if necessary # Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images # CircleCI maintains a library of pre-built images
@ -38,7 +38,7 @@ jobs:
remix-debugger: remix-debugger:
docker: docker:
# specify the version you desire here # specify the version you desire here
- image: circleci/node:9.11.2 - image: circleci/python:3.7-rc-node
working_directory: ~/repo working_directory: ~/repo

Loading…
Cancel
Save