Skip to content

Commit 5339f05

Browse files
committed
fix(circleci): update node version
1 parent a7a76bb commit 5339f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22
jobs:
33
build:
4-
working_directory: /usr/src/app
4+
working_directory: ~/app
55
docker:
6-
- image: circleci/node
6+
- image: circleci/node:10.16.0
77
steps:
88
# Checkout repository
99
- checkout

0 commit comments

Comments
 (0)