diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28f7e404..16adc9bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,6 +107,8 @@ jobs: node-version: 20.9.0 - name: Install Chrome uses: browser-actions/setup-chrome@latest + with: + chrome-version: 125 - name: Cache node_modules uses: actions/cache@v1 with: