Skip to content

Commit 1aea884

Browse files
author
Josh Goldberg
authored
Switched build job to node:latest (#817)
1 parent 4463111 commit 1aea884

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 @@ version: 2.1
33
jobs:
44
build:
55
docker:
6-
- image: circleci/node:10
6+
- image: circleci/node:latest
77

88
working_directory: ~/repo
99

0 commit comments

Comments
 (0)