Skip to content

ci: switch npm publishing to OIDC #4

ci: switch npm publishing to OIDC

ci: switch npm publishing to OIDC #4

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: '22'
cache: npm
- run: npm ci
- run: npm run verify
- run: npm pack --dry-run