Skip to content

Commit aad2783

Browse files
author
Krzysztof Borowy
committed
ci: update node image version
1 parent 813df40 commit aad2783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ checkout step for each job: &addWorkspace
1818
default config for js: &js_defaults
1919
<<: *defaults
2020
docker:
21-
- image: circleci/node:8
21+
- image: circleci/node:10
2222

2323
default config for macOS: &macos_defaults
2424
<<: *defaults
@@ -158,7 +158,7 @@ jobs:
158158
- save-cache: *cache_save_yarn
159159
- restore_cache:
160160
key: 1-gems-{{ checksum "example/ios/Gemfile.lock" }}
161-
- run:
161+
- run:
162162
name: Install CocoaPods
163163
command: cd example/ios && bundle check || bundle install --path vendor/bundle
164164
- save_cache:

0 commit comments

Comments
 (0)