We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a76bb commit 5339f05Copy full SHA for 5339f05
.circleci/config.yml
@@ -1,9 +1,9 @@
1
version: 2
2
jobs:
3
build:
4
- working_directory: /usr/src/app
+ working_directory: ~/app
5
docker:
6
- - image: circleci/node
+ - image: circleci/node:10.16.0
7
steps:
8
# Checkout repository
9
- checkout
0 commit comments