Skip to content

Bump @babel/preset-env from 7.22.10 to 7.22.20 #14

Bump @babel/preset-env from 7.22.10 to 7.22.20

Bump @babel/preset-env from 7.22.10 to 7.22.20 #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build