Skip to content

Commit e67fd5c

Browse files
Update to latest openapi definition
1 parent 855a26d commit e67fd5c

2 files changed

Lines changed: 31 additions & 28 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
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: [12.x]
20-
steps:
21-
- uses: actions/checkout@v1
22-
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v1
24-
with:
25-
node-version: ${{ matrix.node-version }}
26-
- name: npm publish
27-
run: npm publish
14+
jobs:
15+
build:
16+
runs-on: ubuntu-latest
17+
strategy:
18+
matrix:
19+
node-version: [20.x]
20+
steps:
21+
- uses: actions/checkout@v4
22+
23+
- name: Use Node.js ${{ matrix.node-version }}
24+
uses: actions/setup-node@v4
25+
with:
26+
node-version: ${{ matrix.node-version }}
27+
registry-url: 'https://registry.npmjs.org'
28+
29+
- name: Publish to npm with provenance
30+
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)