Skip to content

Commit

Permalink
Update example documentation with a valid node version (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandean authored Jul 19, 2023
1 parent 057cf7d commit 0b7c723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/examples/install_browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ usage:
jobs:
test:
docker:
- image: cimg/node:13.12-browsers
- image: cimg/node:20.4.0-browsers
steps:
- browser-tools/install-browser-tools
2 changes: 1 addition & 1 deletion src/examples/install_chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ usage:
jobs:
test:
docker:
- image: cimg/node:13.12-browsers
- image: cimg/node:20.4.0-browsers
steps:
- browser-tools/install-chrome
- browser-tools/install-chromedriver
Expand Down

0 comments on commit 0b7c723

Please sign in to comment.