From f7eb4b315460ab0d8df7ebde209a2537355e4d67 Mon Sep 17 00:00:00 2001 From: "Alessandro Segala (ItalyPaleAle)" <43508+ItalyPaleAle@users.noreply.github.com> Date: Sun, 7 Aug 2022 09:34:03 -0700 Subject: [PATCH] Updated CI --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 05120e3..ae363a2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - name: 'Install Node.js' uses: actions/setup-node@v1 with: - node-version: '14.x' + node-version: '18.x' - name: 'Install dependencies from npm' run: | npm install @@ -42,7 +42,7 @@ jobs: -p 4444:4444 \ --link nginx \ --shm-size=2g \ - selenium/standalone-chrome:85.0 + selenium/standalone-chrome:103.0 # Wait 5 seconds sleep 5 - name: 'Run tests'