Skip to content

Commit

Permalink
ci: use latest testcafe@3
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Nov 4, 2024
1 parent 9aac1df commit 405cd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
node-version: lts/*
cache: 'npm'
- run: npm clean-install
- run: npm install --global testcafe@3.7.0-rc.1
- run: npm install --global testcafe@3
- name: Add rows to the TCC.db
if: ${{ matrix.runs-on == 'macos-14' }}
run: |
Expand Down

0 comments on commit 405cd39

Please sign in to comment.