Skip to content

Bump org.junit:junit-bom from 5.10.1 to 5.10.2 in /java #27

Bump org.junit:junit-bom from 5.10.1 to 5.10.2 in /java

Bump org.junit:junit-bom from 5.10.1 to 5.10.2 in /java #27

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: 18.x
- name: Yarn install
working-directory: typescript
run: yarn install
- name: Test
working-directory: typescript
run: yarn jest