From a23dce65d7b624091e99474143432377708a69e9 Mon Sep 17 00:00:00 2001 From: Michael Rochester Date: Tue, 7 Jan 2025 14:14:19 +0000 Subject: [PATCH] ci(node): remove old versions, add new versions --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d51a060..76fd9d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x, 22.x] steps: - name: Checkout @@ -37,6 +37,7 @@ jobs: run: | yarn install --frozen-lockfile (cd packages/one-service-worker-demo && yarn install --frozen-lockfile) + npx playwright install-deps - name: Testing env: TEMP_DIR: ${{ runner.temp }}