Skip to content

Commit aa5c1fc

Browse files
committed
upgrade circleci/node image to 16.13
parcel v2 requires >= 12.00
1 parent 613b744 commit aa5c1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
defaults: &defaults
44
working_directory: ~/ocelot
55
docker:
6-
- image: circleci/node:10.24-buster-browsers
6+
- image: circleci/node:16.13-buster-browsers
77
environment:
88
RTS_ARGS: +RTS -N2 -RTS
99

0 commit comments

Comments
 (0)