Skip to content

Bump org.junit:junit-bom from 5.11.4 to 5.12.0 in /java #142

Bump org.junit:junit-bom from 5.11.4 to 5.12.0 in /java

Bump org.junit:junit-bom from 5.11.4 to 5.12.0 in /java #142

Workflow file for this run

name: Npm
on:
push:
branches:
- '**'
paths:
- 'typescript/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Yarn install
working-directory: typescript
run: corepack yarn install
- name: Test
working-directory: typescript
run: corepack yarn jest