feat!: useId の独自実装を削除し、React 18 未満のサポートを終了する #26
Workflow file for this run
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: Preview Release | |
on: | |
pull_request: | |
types: [opened, reopened, synchronize] | |
jobs: | |
previewRelease: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 20 | |
- name: install dependencies | |
run: | | |
corepack enable | |
corepack prepare | |
pnpm ui install | |
- name: Build | |
run: pnpm ui build | |
- run: pnpx pkg-pr-new publish packages/smarthr-ui |