We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22984a commit 218a498Copy full SHA for 218a498
.circleci/config.yml
@@ -6,7 +6,7 @@ x-config:
6
- &docker-node
7
- image: 'circleci/node:8'
8
- &docker-ruby
9
- - image: 'circleci/ruby:2.4'
+ - image: 'circleci/ruby:2.5.1'
10
x-caching: # caching instructions
11
- &save-cache-yarn
12
key: 'v3-yarn-dependencies-{{ arch }}-{{ checksum "yarn.lock" }}'
0 commit comments