From 4ffa8011b47c4360552b9ea205c124338dbf68ba Mon Sep 17 00:00:00 2001 From: Connor Finley Date: Thu, 14 Sep 2023 14:32:19 -0400 Subject: [PATCH] Upgrade chrome for test gh action --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5343c9..2863700 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,10 +7,10 @@ jobs: name: Tests runs-on: ubuntu-20.04 container: - image: ghcr.io/day8/chrome-latest:2 + image: ghcr.io/day8/chrome-latest:5.1.0 steps: - uses: actions/checkout@v3 - name: npm install run: 'npm install' - name: run tests - run: npm run ci \ No newline at end of file + run: npm run ci