Skip to content

chore(release): 0.18.0 — branch coverage tests clearing 75% threshold… #53

chore(release): 0.18.0 — branch coverage tests clearing 75% threshold…

chore(release): 0.18.0 — branch coverage tests clearing 75% threshold… #53

Workflow file for this run

name: Publish to npm
on:
push:
branches:
- main
paths:
- 'package.json'
permissions:
id-token: write # Required for OIDC
contents: read
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '24'
registry-url: 'https://registry.npmjs.org'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm ci
- run: npm run pre-check
- run: npm publish --access public