Skip to content

Commit 8686526

Browse files
Trying the npm publish.
1 parent 35ad4f2 commit 8686526

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/stage-5-publish.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,13 @@ jobs:
176176
path: ./artifacts
177177
- uses: actions/setup-node@v4
178178
with:
179-
node-version: '20.x'
179+
node-version: '24.3'
180180
registry-url: 'https://npm.pkg.github.com'
181181

182-
- run: npm ci
182+
183+
- run: npm init -y
184+
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
185+
- run: npm i
183186
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
184187
- run: npm publish
185188
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}

0 commit comments

Comments
 (0)