ci(deps): use xcode 15.4.0 / node v20.13.1 for macos in circleci (#854) #828
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Chrome | |
on: [push, workflow_dispatch] | |
jobs: | |
chrome: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Chrome | |
uses: cypress-io/github-action@v6 | |
timeout-minutes: 10 | |
with: | |
build: npm run build | |
start: npm start | |
browser: chrome |