Skip to content

Commit

Permalink
Merge branch 'main' into tests-avoid-cyclic-effects
Browse files Browse the repository at this point in the history
  • Loading branch information
markostanimirovic authored Sep 1, 2023
2 parents d915568 + f99f1e1 commit 6492a02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ version: 2.1
var_1: &cache_key yarn-cache-{{ checksum "yarn.lock" }}-0.14.1
var_2: &run_in_node
docker:
- image: cimg/node:18.16.0
- image: cimg/node:18.16
var_5: &run_in_browser
docker:
- image: cimg/node:18.16.0-browsers
- image: cimg/node:18.16-browsers

orbs:
browser-tools: circleci/[email protected].3
browser-tools: circleci/[email protected].4

jobs:
install:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
<<: *run_in_browser
steps:
- checkout
- browser-tools/install-browser-tools
- browser-tools/install-chrome
- run: |
node --version
google-chrome --version
Expand Down

0 comments on commit 6492a02

Please sign in to comment.