Skip to content

Bump @types/node from 22.7.5 to 22.7.7 in /typescript #271

Bump @types/node from 22.7.5 to 22.7.7 in /typescript

Bump @types/node from 22.7.5 to 22.7.7 in /typescript #271

Workflow file for this run

name: Maven
on:
push:
branches:
- '**'
paths:
- 'java/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
java-package: jdk
- name: Build with Maven
working-directory: java
run: ./mvnw --batch-mode --update-snapshots clean test