Skip to content

Commit

Permalink
Add note setup to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
BOLL7708 committed May 23, 2024
1 parent b0dd47b commit 1372ac7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ jobs:
with:
name: TypeScriptDefinitions

- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- run: npm ci

- run: |
cd TypeScriptDefinitions
npm publish --provenance --access public
Expand Down

0 comments on commit 1372ac7

Please sign in to comment.