Skip to content

Commit 429601b

Browse files
committed
fix(ci): Update release pipeline npm version to v25
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 04d97d3 commit 429601b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
packages_dir: ${{github.workspace}}/sdk/python/bin/dist
9696
- if: ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }}
9797
run: |
98+
npm version
9899
npm publish ${{github.workspace}}/sdk/nodejs/bin --access public
99100
- if: ${{ matrix.language == 'dotnet' && env.PUBLISH_NUGET == 'true' }}
100101
name: publish nuget package
@@ -114,6 +115,6 @@ jobs:
114115
- dotnet
115116
- go
116117
nodeversion:
117-
- 20.x
118+
- 25.2.1
118119
pythonversion:
119120
- "3.9"

0 commit comments

Comments
 (0)