Skip to content

update node and switch to npm from yarn (#71) #51

update node and switch to npm from yarn (#71)

update node and switch to npm from yarn (#71) #51

Workflow file for this run

name: Publish Package to npmjs
on:
push:
branches:
- 'master'
permissions:
id-token: write # Required for OIDC
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: '24'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build --if-present
- run: npm publish --access public