Skip to content

ci(release): token publish for first npmjs release (NPM_TOKEN) (#10) #66

ci(release): token publish for first npmjs release (NPM_TOKEN) (#10)

ci(release): token publish for first npmjs release (NPM_TOKEN) (#10) #66

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
ci:
uses: agent-ix/nodejs-actions/.github/workflows/build-test-monorepo.yml@main
with:
npm_registry: https://registry.npmjs.org
trusted_publish: true
node_version: "22" # OIDC Trusted Publishing requires Node >= 22.14