Skip to content

build(deps-dev): bump ts-jest from 29.3.4 to 29.4.0 #79

build(deps-dev): bump ts-jest from 29.3.4 to 29.4.0

build(deps-dev): bump ts-jest from 29.3.4 to 29.4.0 #79

Workflow file for this run

name: Publish Package to npmjs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install pnpm
run: npm install -g pnpm
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
with:
persist-credentials: false
- name: 🏗 Setup node version
uses: actions/setup-node@v3
with:
node-version: 22
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- name: 🏗 Install dependencies
run: pnpm install --frozen-lockfile
- name: 🏗 Build
run: pnpm build
- name: 🚀 Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm exec semantic-release