Skip to content

Commit

Permalink
ci: pin chrome versions (#3297)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed Nov 17, 2021
1 parent 034a846 commit e8e7d59
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .circleci/config.yml
Expand Up @@ -5,7 +5,7 @@ defaults: &defaults

unix_box: &unix_box
docker:
- image: cimg/node:16.13-browsers
- image: circleci/node:16.13-browsers

unix_nightly_box: &unix_nightly_box
docker:
Expand Down Expand Up @@ -42,7 +42,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *set_npm_auth
- <<: *restore_dependency_cache_unix
Expand All @@ -69,7 +68,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *restore_dependency_cache_unix
- run: npm run eslint
Expand All @@ -79,7 +77,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *restore_dependency_cache_unix
- run: npm run build
Expand Down Expand Up @@ -109,7 +106,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *restore_dependency_cache_unix
- run: npm run build
Expand All @@ -120,7 +116,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *restore_dependency_cache_unix
# Always run on the latest master branch, regardless of cache
Expand All @@ -133,7 +128,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *restore_dependency_cache_unix
- run: npm run build
Expand All @@ -144,7 +138,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *restore_dependency_cache_unix
- run: npm run build
Expand All @@ -155,7 +148,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *restore_dependency_cache_unix
- run: npm run build
Expand Down Expand Up @@ -202,7 +194,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *restore_dependency_cache_unix
- run: npm run api-docs
Expand All @@ -213,7 +204,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *restore_dependency_cache_unix
- run: npm run test:rule-help-version
Expand All @@ -223,7 +213,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *restore_dependency_cache_unix
- run: npm run build
Expand All @@ -234,7 +223,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *set_npm_auth
- <<: *restore_dependency_cache_unix
Expand All @@ -248,7 +236,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *set_npm_auth
- <<: *restore_dependency_cache_unix
Expand Down Expand Up @@ -276,7 +263,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *restore_dependency_cache_unix
- run: .circleci/verify-release.sh post
Expand All @@ -286,7 +272,6 @@ jobs:
<<: *defaults
<<: *unix_box
steps:
- browser-tools/install-browser-tools
- checkout
- <<: *restore_dependency_cache_unix
- run: npm run next-release
Expand Down

0 comments on commit e8e7d59

Please sign in to comment.