test(ci): update node for webui tests
Co-Authored-By: Hugo Dias <hugomrdias@gmail.com>
Steven Allen committed
Jan 17, 2020 at 09:56 UTC
182b75177b86186da1764f0f4150ff34f5b7301b
1 file changed
+1
-1
.circleci/config.yml
+1
-1
@@ -45,7 +45,7 @@ executors:
45
<<: *default_environment
46
node-browsers:
47
docker:
48
- - image: circleci/node:10-browsers
48
+ - image: circleci/node:12-browsers
49
working_directory: ~/ipfs/go-ipfs
50
environment:
51
<<: *default_environment