Skip to content

Commit a8a7c5a

Browse files
Fix node version in the latest version publishing CI stage (#635)
The Nodejs version was copy-pasted from prerelease stage and versionSpec variable is missed in the latest version publishing CI stage. Currently, the Nodejs is set to 16.*
1 parent ec47f27 commit a8a7c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ extends:
7878
clean: true
7979
- task: NodeTool@0
8080
inputs:
81-
versionSpec: $(versionSpec)
81+
versionSpec: 16.x
8282
displayName: Install node
8383
- bash: |
8484
package_name=$(npm pkg get name version | jq -r '"\(.name)@\(.version)"')

0 commit comments

Comments
 (0)