We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ffbc1e commit 30d0d70Copy full SHA for 30d0d70
2 files changed
src/examples/install_browsers.yml
@@ -7,6 +7,6 @@ usage:
7
jobs:
8
test:
9
docker:
10
- - image: cimg/node:20.4.0-browsers
+ - image: cimg/node:lts-browsers # see https://circleci.com/developer/images/image/cimg/node for additional tags
11
steps:
12
- browser-tools/install_browser_tools
src/examples/install_chrome.yml
@@ -7,7 +7,7 @@ usage:
- browser-tools/install_chrome:
13
timeout: 5m
0 commit comments