Skip to content

Commit

Permalink
cucumber 9, pw 1.36, node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Nov 14, 2023
1 parent a18d804 commit e314193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16
- run: npm ci
- run: npm install @playwright/test@1.39 @cucumber/cucumber@9
- run: npm install @playwright/test@1.36 @cucumber/cucumber@9
- run: npx playwright install --with-deps chromium
- name: run tests
env:
Expand Down

0 comments on commit e314193

Please sign in to comment.