Skip to content

Bump @babel/preset-env from 7.25.4 to 7.25.7 #1421

Bump @babel/preset-env from 7.25.4 to 7.25.7

Bump @babel/preset-env from 7.25.4 to 7.25.7 #1421

Workflow file for this run

name: 'Install, lint, test & build'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build