Skip to content

Commit

Permalink
ci: Upgrade node version for circleci image to avoid semantic-release…
Browse files Browse the repository at this point in the history
… issue (#390)
  • Loading branch information
swederik authored Jul 15, 2021
1 parent 111c4a3 commit bc821c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaults: &defaults
working_directory: ~/repo
# https://circleci.com/docs/2.0/circleci-images/#language-image-variants
docker:
- image: circleci/node:10.15.1-browsers
- image: circleci/node:14.17.3-browsers
environment:
TERM: xterm # Enable colors in term
CHROME_BIN: "/usr/bin/google-chrome"
Expand Down

0 comments on commit bc821c9

Please sign in to comment.