Skip to content

Commit 29ed691

Browse files
committed
change to use latest orb and image
1 parent 6908968 commit 29ed691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ version: 2.1
22

33
defaults: &defaults
44
docker:
5-
- image: cimg/node:16.14.2-browsers
5+
- image: cimg/node:20.12.1-browsers
66
working_directory: ~/project
77

88
orbs:
9-
browser-tools: circleci/browser-tools@1.4.6
9+
browser-tools: circleci/browser-tools@1.4.8
1010

1111
jobs:
1212
install:

0 commit comments

Comments
 (0)