Skip to content

Bump @babel/preset-env from 7.26.7 to 7.26.8 #519

Bump @babel/preset-env from 7.26.7 to 7.26.8

Bump @babel/preset-env from 7.26.7 to 7.26.8 #519

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
jest-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install npm dependencies
run: npm ci
- name: Run tests
run: npm test