Skip to content

Update to latest openapi definition #275

Update to latest openapi definition

Update to latest openapi definition #275

Workflow file for this run

name: Node/NPM CI
on:
push:
branches:
- master
permissions:
id-token: write # Required for Trusted Publishing
contents: write # Required to create releases and push tags
actions: read # used by nx-set-shas
pull-requests: write # Required to comment on PRs
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- name: Publish to npm with provenance
run: npm publish --provenance --access public