Skip to content

Add README.md and bump GitHub actions version #8

Add README.md and bump GitHub actions version

Add README.md and bump GitHub actions version #8

Workflow file for this run

name: Publish to npm
on:
push:
branches: [main]
permissions:
id-token: write
contents: read
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: 24
registry-url: https://registry.npmjs.org
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm publish -r --access public --no-git-checks --provenance