Skip to content

Bump @babel/traverse from 7.21.4 to 7.23.2 in /frontend #259

Bump @babel/traverse from 7.21.4 to 7.23.2 in /frontend

Bump @babel/traverse from 7.21.4 to 7.23.2 in /frontend #259

Workflow file for this run

name: finmath smart derivative contract
on: [push]
jobs:
bCP1ld:
name: Java 17 build and unit testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build with Maven
run: mvn -B package --file pom.xml