Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

refactor Vnode.normalizeChildren #236

refactor Vnode.normalizeChildren

refactor Vnode.normalizeChildren #236

Workflow file for this run

name: Test and maybe release
on:
pull_request_target:
branches: [ main ]
push:
branches: [ main ]
workflow_dispatch:
jobs:
run-tests:
uses: MithrilJS/infra/.github/workflows/run-tests.yml@main
with:
test-node: true
all-versions: true
permissions:
actions: write
contents: read
publish-prerelease:
needs: run-tests
if: ${{ github.event_name == 'push' }}
concurrency: prr:pre-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npx pr-release pr --verbose --target release --source main --compact --verbose --minimize-semver-change
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
# The following will publish a prerelease to npm
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
name: Setup NPM Auth
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npx pr-release infer-prerelease --preid=next --target release --source main --verbose --publish --minimize-semver-change
name: Publish
Morty Proxy This is a proxified and sanitized view of the page, visit original site.