Skip to content

chore(deps): update pnpm to v11.11.0 #2433

chore(deps): update pnpm to v11.11.0

chore(deps): update pnpm to v11.11.0 #2433

Workflow file for this run

name: Publish Any Commit
on: [push, pull_request]
jobs:
build:
concurrency:
group: pkg-pr-new-${{ github.workflow }}-#${{ github.event.pull_request.number || github.head_ref || github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Setup Vite+
uses: voidzero-dev/setup-vp@591ba1cda1a8dab129513ee3f9bd99e77f9be4d6 # main
with:
node-version: 22
cache: true
sfw: true
- name: Build
run: vp run build
- run: vp dlx pkg-pr-new publish