Skip to content

Bump ts-jest from 29.2.3 to 29.2.4 #338

Bump ts-jest from 29.2.3 to 29.2.4

Bump ts-jest from 29.2.3 to 29.2.4 #338

Workflow file for this run

name: Test and build
on: push
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run lint
# Jets requires an extra node flag to work with ES modules
# cf. https://jestjs.io/docs/ecmascript-modules
- run: NODE_OPTIONS='--experimental-vm-modules' npm run test