Skip to content

Bump ts-jest from 29.3.2 to 29.3.3 #1184

Bump ts-jest from 29.3.2 to 29.3.3

Bump ts-jest from 29.3.2 to 29.3.3 #1184

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@v4
- uses: actions/setup-node@v4
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 }}