Skip to content

Bump @babel/preset-env from 7.13.8 to 7.24.7 #2429

Bump @babel/preset-env from 7.13.8 to 7.24.7

Bump @babel/preset-env from 7.13.8 to 7.24.7 #2429

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn e2e
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}