Skip to content

Commit e189518

Browse files
author
Ives van Hoorne
committed
Update all nodes
1 parent 592156a commit e189518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
build-prod:
4646
docker:
47-
- image: circleci/node:9
47+
- image: circleci/node:10
4848
working_directory: ~/codesandbox-client
4949
steps:
5050
- restore_cache:
@@ -94,7 +94,7 @@ jobs:
9494

9595
test-jest:
9696
docker:
97-
- image: circleci/node:9
97+
- image: circleci/node:10
9898
working_directory: ~/codesandbox-client
9999
steps:
100100
- restore_cache:
@@ -107,7 +107,7 @@ jobs:
107107

108108
lint:
109109
docker:
110-
- image: circleci/node:9
110+
- image: circleci/node:10
111111
working_directory: ~/codesandbox-client
112112
steps:
113113
- restore_cache:

0 commit comments

Comments
 (0)