Skip to content

Bump @babel/preset-env from 7.25.8 to 7.25.9 #7

Bump @babel/preset-env from 7.25.8 to 7.25.9

Bump @babel/preset-env from 7.25.8 to 7.25.9 #7

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: 22.x
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run test