Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.8k
chore(deps-dev): bump @eslint/js from 9.38.0 to 9.39.1#422
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/*' |