Skip to content

Commit 6b84d93

Browse files
committed
ci: Fix docker image version in circleci config
1 parent 3c5f466 commit 6b84d93

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
@@ -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
8+
- image: cimg/node:16.8.0
99
environment:
1010
TERM: xterm # Enable colors in term
1111

0 commit comments

Comments
 (0)