Skip to content

Commit

Permalink
Update build and test images
Browse files Browse the repository at this point in the history
  • Loading branch information
rslifka committed May 7, 2024
1 parent 0ed2aff commit 9a3cf7c
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
@@ -1,13 +1,13 @@
version: 2.1

orbs:
node: circleci/node@5.0.2
browser-tools: circleci/browser-tools@1.3.0
node: circleci/node@5.2.0
browser-tools: circleci/browser-tools@1.4.8

jobs:
build_and_test:
docker:
- image: cimg/node:16.15.0-browsers
- image: cimg/node:22.1.0-browsers
steps:
- browser-tools/install-chrome
- browser-tools/install-chromedriver
Expand Down

0 comments on commit 9a3cf7c

Please sign in to comment.