Skip to content

Commit

Permalink
deps: Bump testcafe@3.6.0 (#229)
Browse files Browse the repository at this point in the history
* deps: Bump testcafe@3.6.0

* ci: Run mac build on macos-13

macos-latest is arm only
  • Loading branch information
mhan83 authored May 22, 2024
1 parent cb0127c commit d7542ee
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 33 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jobs:
gsutil cp ./testcafe-windows-amd64.zip gs://${{ secrets.GCS_RUNNER_BUCKET }}/testcafe-windows-amd64-${{ github.run_id }}.zip
build-mac-bundle:
runs-on: macos-latest
# macos-latest is arm only which is not supported by the setup-ffmpeg action
runs-on: macos-13
needs: [test]
steps:
- name: Checkout
Expand Down
56 changes: 25 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"mocha-junit-reporter": "^2.2.1",
"sauce-testrunner-utils": "2.2.0",
"shelljs": "^0.8.5",
"testcafe": "3.5.0",
"testcafe": "3.6.0",
"testcafe-browser-provider-ios": "0.5.0",
"testcafe-reporter-saucelabs": "3.1.0",
"typescript": "^5.3.2",
Expand Down

0 comments on commit d7542ee

Please sign in to comment.