Skip to content

build(deps): bump @babel/preset-env from 7.24.7 to 7.24.8 #469

build(deps): bump @babel/preset-env from 7.24.7 to 7.24.8

build(deps): bump @babel/preset-env from 7.24.7 to 7.24.8 #469

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@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Use Node.js LTS version
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
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@8d3918616d8ac34caa2b49afc8b408b6a872a6f5
with:
command-prefix: '--'
install: false
browser: chrome
build: npm run setup:client
start: npm run start:client