We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a829041 commit e76f829Copy full SHA for e76f829
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
3
executors:
4
default:
5
docker:
6
- - image: circleci/node:10
+ - image: circleci/node:lts
7
working_directory: ~/project
8
9
commands:
0 commit comments