Skip to content

Commit bc821c9

Browse files
authored
ci: Upgrade node version for circleci image to avoid semantic-release issue (#390)
1 parent 111c4a3 commit bc821c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defaults: &defaults
55
working_directory: ~/repo
66
# https://circleci.com/docs/2.0/circleci-images/#language-image-variants
77
docker:
8-
- image: circleci/node:10.15.1-browsers
8+
- image: circleci/node:14.17.3-browsers
99
environment:
1010
TERM: xterm # Enable colors in term
1111
CHROME_BIN: "/usr/bin/google-chrome"

0 commit comments

Comments
 (0)