Skip to content

Bump @babel/preset-env from 7.25.3 to 7.25.4 #503

Bump @babel/preset-env from 7.25.3 to 7.25.4

Bump @babel/preset-env from 7.25.3 to 7.25.4 #503

Workflow file for this run

name: Run CI
on:
pull_request:
branches:
- master
push:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
# TODO: Reenable once no longer broken
# - name: Test
# run: yarn test