diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-06-16 09:50:15 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-06-16 09:50:36 +0900 |
commit | ae364555a9e967b194cfda7d0ab2c62fd5f1f695 (patch) | |
tree | fc22a4ffbd1922570cbc15e4706d473e2f05c962 | |
parent | 7ffe23cd54ea9d639a42301b0aef5255729595a2 (diff) |
Update node version
-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 8083524..11c1f95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: circleci/node:9-stretch-browsers + - image: circleci/node:10-stretch-browsers environment: - FIREFOX_VERSION: "60.0.2" working_directory: ~ |