diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ea56296c..565cda90e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,12 +17,6 @@ jobs: - run: npx playwright install-deps - run: yarn build - - name: Set Chrome Version - run: | - CHROMEVER="$(chromedriver --version | cut -d' ' -f2)" - echo "Actions ChromeDriver is $CHROMEVER" - echo "CHROMEVER=${CHROMEVER}" >> $GITHUB_ENV - - name: Lint run: yarn lint