Skip to content

chore(deps-dev): bump @babel/core from 7.22.5 to 7.22.6 #1847

chore(deps-dev): bump @babel/core from 7.22.5 to 7.22.6

chore(deps-dev): bump @babel/core from 7.22.5 to 7.22.6 #1847

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn && yarn install-client
- name: Run build
run: yarn build
env:
SKIP_PREFLIGHT_CHECK: true
- name: Run tests
run: yarn test --watchAll=false
env:
SKIP_PREFLIGHT_CHECK: true