diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-12-22 15:24:22 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-12-22 15:24:22 +0900 |
commit | 8417fb9ff6957e221ae17eed92e8ba3424769cb0 (patch) | |
tree | d31e1d730eecb191f63cc736cff3ef6336e368c7 /.circleci/config.yml | |
parent | 750be0263207b1275ae3911b5585343b49de2645 (diff) |
Update node on CircleCI
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 8700c29..f6ee180 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 executors: default: docker: - - image: circleci/node:10-stretch-browsers + - image: circleci/node:12.14.0-stretch-browsers environment: - FIREFOX_VERSION: "68.0esr" - GECKODRIVER_VERSION: "0.24.0" |