Skip to content

Commit c7cf84d

Browse files
committed
Update CircleCI containers
1 parent b294277 commit c7cf84d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build-dependencies:
55
docker:
6-
- image: circleci/node:9.2.1
6+
- image: circleci/node:9.11.1
77
working_directory: ~/codesandbox-client
88
steps:
99
- checkout
@@ -44,7 +44,7 @@ jobs:
4444

4545
build-prod:
4646
docker:
47-
- image: circleci/node:9.2.1
47+
- image: circleci/node:9.11.1
4848
working_directory: ~/codesandbox-client
4949
steps:
5050
- restore_cache:
@@ -97,7 +97,7 @@ jobs:
9797

9898
test-jest:
9999
docker:
100-
- image: circleci/node:9.2.1
100+
- image: circleci/node:9.11.1
101101
working_directory: ~/codesandbox-client
102102
steps:
103103
- restore_cache:
@@ -110,7 +110,7 @@ jobs:
110110

111111
lint:
112112
docker:
113-
- image: circleci/node:9.2.1
113+
- image: circleci/node:9.11.1
114114
working_directory: ~/codesandbox-client
115115
steps:
116116
- restore_cache:

0 commit comments

Comments
 (0)