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 5fc0284 commit 5f68de0Copy full SHA for 5f68de0
.circleci/config.yml
@@ -7,7 +7,8 @@ env-vars: &env-vars
7
SPROCKETS: false
8
9
orbs:
10
- ruby: circleci/ruby@0.1.2
+ ruby: circleci/ruby@1.8.0
11
+ node: circleci/node@5.0.2
12
browser-tools: circleci/browser-tools@1.1.3
13
14
executors:
@@ -18,7 +19,7 @@ executors:
18
19
default: "2.7"
20
type: string
21
docker:
- - image: circleci/ruby:<<parameters.ruby-version>>-node
22
+ - image: cimg/ruby:<<parameters.ruby-version>>-node
23
environment: *env-vars
24
25
commands:
0 commit comments