diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e64f23ac..4073c616 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,11 +52,12 @@ jobs: playwright-test: timeout-minutes: 60000 runs-on: ubuntu-latest + steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: ${{ matrix.node-version }} - name: Install dependencies run: pnpm ci - name: Install Playwright Browsers