Skip to content

chore(deps): bump @babel/core from 7.22.5 to 7.29.7 #1298

chore(deps): bump @babel/core from 7.22.5 to 7.29.7

chore(deps): bump @babel/core from 7.22.5 to 7.29.7 #1298

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
- run: yarn test:e2e
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium
- name: Run E2E tests
run: yarn test:e2e:browser