diff --git a/.circleci/config.yml b/.circleci/config.yml index 549a386..6e71e8d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ orbs: # declare what orbs we are going to use - node: circleci/node@4.0.0 # the node orb provides common node-related configuration - browser-tools: circleci/browser-tools@1.1.1 + node: circleci/node@5.0.2 # the node orb provides common node-related configuration + browser-tools: circleci/browser-tools@1.3.0 version: 2.1 # using 2.1 provides access to orbs and other features