We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6c190 commit 4ea9b83Copy full SHA for 4ea9b83
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/node:10
+ - image: circleci/node:17
6
working_directory: ~/repo
7
steps:
8
- checkout
0 commit comments