Skip to content

ci: update CircleCI config to Node.js 24.11.0 Active LTS (#1000) #1049

ci: update CircleCI config to Node.js 24.11.0 Active LTS (#1000)

ci: update CircleCI config to Node.js 24.11.0 Active LTS (#1000) #1049

Workflow file for this run

name: Chrome
on: [push, workflow_dispatch]
jobs:
chrome:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version-file: .node-version
- name: Chrome
uses: cypress-io/github-action@v6
timeout-minutes: 10
with:
build: npm run build
start: npm start
browser: chrome