Skip to content
This repository was archived by the owner on Apr 15, 2021. It is now read-only.

Commit 85a63fa

Browse files
committed
Switch Circle CI from node 10 to node 11
1 parent cc71b64 commit 85a63fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ version: 2
44
jobs:
55
build:
66
docker:
7-
- image: circleci/node:10
7+
- image: circleci/node:11
88
working_directory: ~/repo
99
steps:
1010
- checkout
1111
- restore_cache:
1212
keys:
13-
- v1-dependencies-{{ .Branch }}-{{ checksum "yarn.lock" }}
14-
- v1-dependencies-{{ .Branch }}-
15-
- v1-dependencies-
13+
- v1-dependencies-{{ .Branch }}-{{ checksum "yarn.lock" }}
14+
- v1-dependencies-{{ .Branch }}-
15+
- v1-dependencies-
1616
- run: yarn install --frozen-lockfile
1717
- save_cache:
1818
paths:

0 commit comments

Comments
 (0)