Skip to content

Bump typescript from 5.5.2 to 5.5.3 in /e2e #317

Bump typescript from 5.5.2 to 5.5.3 in /e2e

Bump typescript from 5.5.2 to 5.5.3 in /e2e #317

name: isbn-stacks-pull_request
on:
pull_request:
branches: [ main ]
push:
branches:
- '!main'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build and Test
run: mvn clean install jacoco:prepare-agent package jacoco:report