- Nov 04, 2022
-
-
Christopher Willis-Ford authored
This environment variable tells `node-chromedriver` to check the version of `chrome` and install a matching version of `chromedriver`. This also means that `chrome` must be installed before `node-chromedriver`, so I've rearranged the steps in `setup` and `build-test-no-cache` to ensure that. Installing a system-wide `chromedriver` with `browser-tools` is not necessary when using `node-chromedriver` since the system-wide copy gets ignored.
-
- Sep 19, 2022
-
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
Unit tests currently fail on Node 16+ because of a problem with scratch-audio. Once that's fixed, we should change this to use `cimg/node:lts-browsers` instead.
-
- Mar 29, 2022
-
-
BryceLTaylor authored
-
- Mar 22, 2022
-
-
BryceLTaylor authored
use node 12 instead of 10 circleCI use browser-tools orb to install chrome and update chromedriver
-
- Jan 19, 2022
-
-
Bryce Taylor authored
Co-authored-by:
Ray Schamp <rschamp@users.noreply.github.com>
-
Bryce Taylor authored
Co-authored-by:
Ray Schamp <rschamp@users.noreply.github.com>
-
Bryce Taylor authored
Co-authored-by:
Ray Schamp <rschamp@users.noreply.github.com>
-
- Jan 18, 2022
-
-
BryceLTaylor authored
This reverts commit 915afd62. Revert "circleci stop using legacy docker images" This reverts commit ed76988d. Revert "circleci change how npm ci is run" This reverts commit e170537b. Revert "update package-lock" This reverts commit 8a7859d5. Revert "circle config run ci in same command as lint" This reverts commit 21c149b7.
-
BryceLTaylor authored
-
BryceLTaylor authored
-
BryceLTaylor authored
-
BryceLTaylor authored
-
BryceLTaylor authored
-
- Jan 14, 2022
-
-
BryceLTaylor authored
-
BryceLTaylor authored
-
BryceLTaylor authored
-
- Jan 13, 2022
-
-
BryceLTaylor authored
-
BryceLTaylor authored
-
BryceLTaylor authored
-
BryceLTaylor authored
-
BryceLTaylor authored
-
BryceLTaylor authored
-
BryceLTaylor authored
-
BryceLTaylor authored
-
BryceLTaylor authored
-
- Dec 14, 2021
-
-
BryceLTaylor authored
-
- Aug 31, 2021
-
-
rschamp authored
This is just copying over config from previous dependency managers.
-
- Jul 27, 2021
-
-
Christopher Willis-Ford authored
-
- Jan 25, 2021
-
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
-
- Jan 20, 2021
-
-
picklesrus authored
Hoping this fixes the build problems I'm seeing after updating chromedriver. Lint is failing which seems odd...
-
- Sep 23, 2020
-
-
picklesrus authored
-
- Sep 03, 2020
-
-
picklesrus authored
-
- Sep 02, 2020
-
-
picklesrus authored
actually make it a regex. Co-authored-by:
Ray Schamp <rschamp@users.noreply.github.com>
-
picklesrus authored
Fix logic for when to run gh-deploys. We don't want to do it for dependabot branches or pull requests.
-
- Aug 31, 2020
-
-
picklesrus authored
-
- Aug 27, 2020
-
-
picklesrus authored
I found this strategy suggested in https://discuss.circleci.com/t/create-separate-steps-jobs-for-pr-forks-versus-branches/13419
-
picklesrus authored
-