Skip to content

Commit 5f68de0

Browse files
committed
chore(circleci): update config
1 parent 5fc0284 commit 5f68de0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ env-vars: &env-vars
77
SPROCKETS: false
88

99
orbs:
10-
ruby: circleci/[email protected]
10+
ruby: circleci/[email protected]
11+
node: circleci/[email protected]
1112
browser-tools: circleci/[email protected]
1213

1314
executors:
@@ -18,7 +19,7 @@ executors:
1819
default: "2.7"
1920
type: string
2021
docker:
21-
- image: circleci/ruby:<<parameters.ruby-version>>-node
22+
- image: cimg/ruby:<<parameters.ruby-version>>-node
2223
environment: *env-vars
2324

2425
commands:

0 commit comments

Comments
 (0)