Skip to content

Bump actions/checkout from 6 to 7 #570

Bump actions/checkout from 6 to 7

Bump actions/checkout from 6 to 7 #570

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version: lts/*
- run: npm install --no-package-lock
- run: npm test
- uses: coactions/setup-xvfb@v1
with:
run: npm run test-ui