Skip to content

Commit 606632f

Browse files
authored
Upgrade ci node (codesandbox#385)
1 parent 5be8ebb commit 606632f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 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.0
6+
- image: circleci/node:9.2.1
77
working_directory: ~/codesandbox-client
88
steps:
99
- checkout
@@ -31,7 +31,7 @@ jobs:
3131

3232
build-prod:
3333
docker:
34-
- image: circleci/node:9.0
34+
- image: circleci/node:9.2.1
3535
working_directory: ~/codesandbox-client
3636
steps:
3737
- restore_cache:
@@ -76,7 +76,7 @@ jobs:
7676

7777
test-jest:
7878
docker:
79-
- image: circleci/node:9.0
79+
- image: circleci/node:9.2.1
8080
working_directory: ~/codesandbox-client
8181
steps:
8282
- restore_cache:
@@ -87,7 +87,7 @@ jobs:
8787

8888
lint:
8989
docker:
90-
- image: circleci/node:9.0
90+
- image: circleci/node:9.2.1
9191
working_directory: ~/codesandbox-client
9292
steps:
9393
- restore_cache:
@@ -98,7 +98,7 @@ jobs:
9898

9999
deploy:
100100
docker:
101-
- image: circleci/node:9.0
101+
- image: circleci/node:9.2.1
102102
working_directory: ~/codesandbox-client
103103
steps:
104104
- restore_cache:

0 commit comments

Comments
 (0)