From cd9c3ee3c1bda4a77fa87664b2feb927791f0a82 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Tue, 13 Aug 2024 09:16:59 +0300 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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: