Skip to content

Bump @babel/preset-env from 7.22.9 to 7.22.20 #1545

Bump @babel/preset-env from 7.22.9 to 7.22.20

Bump @babel/preset-env from 7.22.9 to 7.22.20 #1545

Workflow file for this run

name: Test builds
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '14', '16', '17']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: npm
- run: npm ci
- run: npm run build
- run: npm run build:simple