Skip to content

build(deps): bump rollup from 3.29.4 to 4.0.0 #77

build(deps): bump rollup from 3.29.4 to 4.0.0

build(deps): bump rollup from 3.29.4 to 4.0.0 #77

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@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Use Node.js current version
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
node-version: current
- 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@59810ebfa5a5ac6fcfdcfdf036d1cd4d083a88f2
with:
command-prefix: '--'
install: false
browser: chrome
build: npm run setup:client
start: npm run start:client