Skip to content

chore(deps-dev): bump @babel/preset-env from 7.25.4 to 7.26.0 #581

chore(deps-dev): bump @babel/preset-env from 7.25.4 to 7.26.0

chore(deps-dev): bump @babel/preset-env from 7.25.4 to 7.26.0 #581

Workflow file for this run

name: "Test"
on: push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version: 18.x
- run: npm ci
- run: npm test