Skip to content

Commit

Permalink
ci: update node images and browser tools (#3966)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Jul 22, 2023
1 parent 27f09df commit c96d740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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:16.16.0
- image: cimg/node:18.16.0
var_5: &run_in_browser
docker:
- image: cimg/node:16.16.0-browsers
- image: cimg/node:18.16.0-browsers

orbs:
browser-tools: circleci/browser-tools@1.3.0
browser-tools: circleci/browser-tools@1.4.3

jobs:
install:
Expand Down

0 comments on commit c96d740

Please sign in to comment.