We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ad4f2 commit 8686526Copy full SHA for 8686526
.github/workflows/stage-5-publish.yaml
@@ -176,10 +176,13 @@ jobs:
176
path: ./artifacts
177
- uses: actions/setup-node@v4
178
with:
179
- node-version: '20.x'
+ node-version: '24.3'
180
registry-url: 'https://npm.pkg.github.com'
181
182
- - run: npm ci
+
183
+ - run: npm init -y
184
+ working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
185
+ - run: npm i
186
working-directory: ./artifacts/sdk-ts-${{ inputs.version }}
187
- run: npm publish
188
0 commit comments