Skip to content

Bump @babel/core from 7.23.9 to 7.24.3 #1069

Bump @babel/core from 7.23.9 to 7.24.3

Bump @babel/core from 7.23.9 to 7.24.3 #1069

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
pull_request_target:
branches: [ "master" ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout branch 🛎
uses: actions/checkout@v3
- name: Setup node env 🏗
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: Install dependencies 👨🏻‍💻
run: yarn
- name: Build 📦
run: yarn build
- name: Run linter 👀
run: yarn lint
- name: Run tests 🧪
run: yarn test