Skip to content

[CI]: upgrade GitHub workflow actions #76

[CI]: upgrade GitHub workflow actions

[CI]: upgrade GitHub workflow actions #76

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
- v2.x
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 24
cache: 'yarn'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Build project
run: yarn build
- name: Cypress.io
uses: cypress-io/github-action@v7