We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c7060 commit ba2db7dCopy full SHA for ba2db7d
.circleci/config.yml
@@ -2,7 +2,8 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/node:10
+ # https://circleci.com/developer/images/image/cimg/node
6
+ - image: cimg/node:20
7
working_directory: ~/repo
8
steps:
9
- checkout
0 commit comments