test: migrate to Vitest fake timers, remove @testing-library/user-event, and resolve act warnings #527
Workflow file for this run
This file contains hidden or 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: [push, pull_request] | |
| jobs: | |
| preview_release: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - uses: pnpm/action-setup@v4 | |
| - uses: actions/setup-node@v6 | |
| with: | |
| node-version: 'lts/*' | |
| cache: 'pnpm' | |
| - run: pnpm install | |
| - run: pnpm run build | |
| - run: pnpm dlx pkg-pr-new publish './dist' --compact --template './examples/*' |