Skip to content

chore(deps): bump tsdown from 0.22.4 to 0.22.5 #28

chore(deps): bump tsdown from 0.22.4 to 0.22.5

chore(deps): bump tsdown from 0.22.4 to 0.22.5 #28

Workflow file for this run

name: Verify release
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read # for checkout
jobs:
verify-release:
name: Verify release
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v7
with:
fetch-depth: 0 # fetch all history so commits can be analyzed
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 22
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build
- name: Verify release (dry run)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release@^25 --dry-run