Skip to content

chore(deps-dev): bump typedoc from 0.27.2 to 0.27.3 in the regular group across 1 directory #380

chore(deps-dev): bump typedoc from 0.27.2 to 0.27.3 in the regular group across 1 directory

chore(deps-dev): bump typedoc from 0.27.2 to 0.27.3 in the regular group across 1 directory #380

Workflow file for this run

name: Publish Any Commit
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'tinylibs/tinybench'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- run: pnpx pkg-pr-new publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}