Skip to content

chore(deps-dev): bump js-yaml from 4.1.1 to 4.3.1 in /landing #13

chore(deps-dev): bump js-yaml from 4.1.1 to 4.3.1 in /landing

chore(deps-dev): bump js-yaml from 4.1.1 to 4.3.1 in /landing #13

Workflow file for this run

name: CI
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
maven-build:
name: Maven build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '25'
cache: maven
- name: Build
run: ./mvnw clean verify