Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaineng committed Apr 4, 2024
1 parent 0e434f0 commit 92bb771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92bb771

Please sign in to comment.