Skip to content

Commit

Permalink
ci: Fix docker image version in circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
swederik committed Sep 15, 2021
1 parent 3c5f466 commit 6b84d93
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
- image: cimg/node:16.8.0
environment:
TERM: xterm # Enable colors in term

Expand Down

0 comments on commit 6b84d93

Please sign in to comment.