Skip to content

chore(deps): bump minimatch from 10.2.2 to 10.2.4 in the npm_and_yarn group across 1 directory #14

chore(deps): bump minimatch from 10.2.2 to 10.2.4 in the npm_and_yarn group across 1 directory

chore(deps): bump minimatch from 10.2.2 to 10.2.4 in the npm_and_yarn group across 1 directory #14

Workflow file for this run

name: Preview release
permissions:
pull-requests: write
on:
pull_request:
types: [opened, synchronize, labeled]
jobs:
preview:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
filter: tree:0
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: 22
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Publish preview packages
run: |
npx pkg-pr-new@latest publish