Skip to content

chore(new-ui): implement new suite title and basics of visual checks mode #1080

chore(new-ui): implement new suite title and basics of visual checks mode

chore(new-ui): implement new suite title and basics of visual checks mode #1080

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.6] # https://github.com/nodejs/node/issues/54532
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test