Skip to content

Commit 89994b6

Browse files
Update to latest openapi definition
1 parent e67fd5c commit 89994b6

2 files changed

Lines changed: 21 additions & 24 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,27 @@
1-
name: Node/NPM CI
1+
name: Node/NPM CI
22

3-
on:
4-
push:
5-
branches:
6-
- master
3+
on:
4+
push:
5+
branches:
6+
- master
77

8-
permissions:
9-
id-token: write # Required for Trusted Publishing
10-
contents: write # Required to create releases and push tags
11-
actions: read # used by nx-set-shas
12-
pull-requests: write # Required to comment on PRs
8+
permissions:
9+
id-token: write # Required for Trusted Publishing
10+
contents: write # Required to create releases and push tags
11+
actions: read # used by nx-set-shas
12+
pull-requests: write # Required to comment on PRs
1313

14-
jobs:
15-
build:
16-
runs-on: ubuntu-latest
17-
strategy:
18-
matrix:
19-
node-version: [20.x]
20-
steps:
14+
jobs:
15+
build:
16+
runs-on: ubuntu-latest
17+
steps:
2118
- uses: actions/checkout@v4
2219

23-
- name: Use Node.js ${{ matrix.node-version }}
20+
- name: Use Node.js 24.11.0
2421
uses: actions/setup-node@v4
2522
with:
26-
node-version: ${{ matrix.node-version }}
27-
registry-url: 'https://registry.npmjs.org'
23+
node-version: "24.11.0"
24+
registry-url: "https://registry.npmjs.org"
2825

2926
- name: Publish to npm with provenance
3027
run: npm publish --provenance --access public

docs/index.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)