Skip to content

Commit 5616801

Browse files
committed
update node in circleci to 14.6
1 parent 04ab691 commit 5616801

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:7.10
10+
- image: circleci/node:14.6
1111

12-
# Specify service dependencies here if necessary
13-
# CircleCI maintains a library of pre-built images
14-
# documented at https://circleci.com/docs/2.0/circleci-images/
15-
# - image: circleci/mongo:3.4.4
16-
1712
working_directory: ~/repo
1813

1914
steps:

0 commit comments

Comments
 (0)