Skip to content

Commit 4cf1cb8

Browse files
committed
better circleci machine image
1 parent 4572078 commit 4cf1cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/app
55
machine:
6-
image: circleci/node:lts
6+
image: ubuntu-1604:201903-01
77
steps:
88
- checkout
99
- run: chown -R $USER:$USER ~/app

0 commit comments

Comments
 (0)