Skip to content

Bump @babel/traverse from 7.21.2 to 7.23.3 in /src/main/frontend #17

Bump @babel/traverse from 7.21.2 to 7.23.3 in /src/main/frontend

Bump @babel/traverse from 7.21.2 to 7.23.3 in /src/main/frontend #17

Workflow file for this run

name: Validate Pull Request
on:
pull_request:
workflow_dispatch:
# manual dispatch allowed
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build
run: mvn install