Skip to content

Update babel monorepo to v7.24.7 #879

Update babel monorepo to v7.24.7

Update babel monorepo to v7.24.7 #879

Workflow file for this run

name: build
on: [pull_request, push]
jobs:
build:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: false