Skip to content

Commit 760a05e

Browse files
committed
workflow: set version of node image to LTS version
1 parent 7478eb1 commit 760a05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:8.6.0
10+
- image: circleci/node:10.15.2
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images

0 commit comments

Comments
 (0)