We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5f466 commit 6b84d93Copy full SHA for 6b84d93
.circleci/config.yml
@@ -5,7 +5,7 @@ defaults: &defaults
5
working_directory: ~/repo
6
# https://circleci.com/docs/2.0/circleci-images/#language-image-variants
7
docker:
8
- - image: circleci/node:10.15.1
+ - image: cimg/node:16.8.0
9
environment:
10
TERM: xterm # Enable colors in term
11
0 commit comments