diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96bdb52..93d691d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,13 +9,13 @@ jobs: steps: - uses: actions/checkout@v2 - uses: pnpm/action-setup@v2.0.1 - with: - version: 6.20.3 + with: + version: 6.0.2 - uses: actions/setup-node@v2 with: node-version: '14.x' - name: Install dependencies - run: pnpm ci + run: pnpm install - name: Install Playwright run: pnpx playwright install --with-deps - name: Run Playwright tests