Skip to content

build(deps): bump semantic-release from 22.0.10 to 22.0.11 #169

build(deps): bump semantic-release from 22.0.10 to 22.0.11

build(deps): bump semantic-release from 22.0.10 to 22.0.11 #169

Workflow file for this run

name: CI (Pull Requests)
on:
pull_request:
branches: [main, beta, alpha]
permissions: read-all
jobs:
test_unit:
name: Run Test Units
runs-on: ubuntu-latest
steps:
- name: 'Checkout code'
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Use Node.js LTS version
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
with:
node-version: lts/Iron
- name: Install dependency
run: npm ci
- name: Build output
run: npm run build
- name: Run Test Units
run: npm run test
- name: Browser version testing
uses: cypress-io/github-action@ebe8b24c4428922d0f793a5c4c96853a633180e3
with:
command-prefix: '--'
install: false
browser: chrome
build: npm run setup:client
start: npm run start:client