Skip to content

docs(changeset): upgrade pacakges #25

docs(changeset): upgrade pacakges

docs(changeset): upgrade pacakges #25

Workflow file for this run

name: PR PreRelease
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
PNPM_VERSION: 9.12.1
jobs:
pre-release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION }}
- name: Cache node_modules
uses: ./.github/actions/cache-node-modules
with:
path: "**/node_modules"
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm run build
- run: pnpx pkg-pr-new publish