We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c0d32 commit 4ce817aCopy full SHA for 4ce817a
.circleci/config.yml
@@ -25,7 +25,7 @@ jobs:
25
version:
26
type: string
27
docker:
28
- - image: circleci/node:<< parameters.version >>
+ - image: cimg/node:<< parameters.version >>
29
steps:
30
- checkout
31
- run:
0 commit comments