-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: chromedriver and geckodriver dependencies along with circleci …
…config (#584) * chore(circleci): updated browser-tools orb to 1.4.8 and cimg/node to 20.12 * chore(deps-dev): bump chromedriver from 112.0.0 to 123.0.3 * chore(deps-dev): bump geckodriver from 3.2.0 to 4.3.3 * test: Update unit test to match new expected behaviors with changes applied from PR #582 --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
871b49d
commit 338d75f
Showing
3 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,13 @@ | |
# | ||
# - to try run jobs locally: | ||
# | ||
# circleci config process .circleci/config.yml > tmp/processed.yml | ||
# circleci local execute -c tmp/processed.yml --job build-nodejs-current | ||
# circleci local execute -c .circleci/config.yml build-nodejs-current | ||
# | ||
version: 2.1 | ||
|
||
orbs: | ||
codecov: codecov/[email protected] | ||
browser-tools: circleci/[email protected].1 | ||
browser-tools: circleci/[email protected].8 | ||
|
||
references: | ||
working_directory: &working_directory ~/webextension-polyfill | ||
|
@@ -26,14 +25,14 @@ references: | |
# See https://hub.docker.com/r/cimg/node/tags for the cimg/node tags | ||
# related to specific nodejs versions. | ||
docker: | ||
- image: cimg/node:14.19 | ||
- image: cimg/node:20.12 | ||
|
||
defaults-browsers: &defaults-browsers | ||
<<: *defaults | ||
# Image variant (combined with circleci/browser-tools orb) used to | ||
# run integration tests using Firefox, Chrome and Xvfb. | ||
docker: | ||
- image: cimg/node:14.19-browsers | ||
- image: cimg/node:20.12-browsers | ||
|
||
|
||
commands: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters