diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-12-22 20:03:27 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-22 20:03:27 +0900 |
commit | 45078785e9db07c7eb857adbc6d03174a8bb69aa (patch) | |
tree | 80da1a3a2bc89b3f17f39cf9a6ac4ab8f4245a4b /.circleci | |
parent | 750be0263207b1275ae3911b5585343b49de2645 (diff) | |
parent | ccf2275eec491f2105c1919ed5cb025f4df7e1cb (diff) |
Merge pull request #692 from ueokande/qa-0.26
QA 0.26
Diffstat (limited to '.circleci')
-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" |