Skip to content

Commit

Permalink
ci: update node images
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Aug 31, 2023
1 parent eb07755 commit c6795c2
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: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

0 comments on commit c6795c2

Please sign in to comment.