Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hill <john.c.hill@nasa.gov>2022-01-11 18:27:29 +0300
committerGitHub <noreply@github.com>2022-01-11 18:27:29 +0300
commit176e8167f0da55f437ea1d6ec298326202e53eb0 (patch)
tree4c008ab9aa5192529b27faf1f8d4ff429adf82f5 /.circleci
parent87d58904b443caed2eee0534c29cdc67be41be8a (diff)
Update all playwright dependencies to 1.17.2 (#4706)
* Update config.yml * Update package.json * pin colors * remove colors.js
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 047f4d663..3574406e8 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
executors:
pw-focal-development:
docker:
- - image: mcr.microsoft.com/playwright:focal
+ - image: mcr.microsoft.com/playwright:v1.17.2-focal
environment:
NODE_ENV: development # Needed to ensure 'dist' folder created and devDependencies installed
parameters: