Skip to content

Commit 48065e6

Browse files
committedAug 18, 2023
Updating circleci/browser-tools
1 parent 1f9da25 commit 48065e6

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
@@ -4,12 +4,12 @@
44
#
55
version: 2.1
66
orbs:
7-
browser-tools: circleci/browser-tools@1.4.1
7+
browser-tools: circleci/browser-tools@1.4.3
88
jobs:
99
build:
1010
docker:
1111
# specify the version you desire here
12-
- image: cimg/node:18.15.0-browsers
12+
- image: cimg/node:20.2.0-browsers
1313

1414
# Specify service dependencies here if necessary
1515
# CircleCI maintains a library of pre-built images

0 commit comments

Comments
 (0)
Please sign in to comment.