Skip to content

Bump ts-jest from 29.4.9 to 29.4.11 #1524

Bump ts-jest from 29.4.9 to 29.4.11

Bump ts-jest from 29.4.9 to 29.4.11 #1524

Workflow file for this run

name: publish dry run (npm)
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .node-version
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run build
- run: npm publish --dry-run
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}