chore(deps): update pnpm to v9.15.2 #145
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish to pkg.pr.new | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: pnpm/action-setup@v2 | |
- uses: actions/setup-node@v4 | |
- name: Install Packages | |
run: pnpm install | |
- name: Build | |
run: pnpm run build | |
- run: pnpx pkg-pr-new publish --compact |