Skip to content

Commit

Permalink
ci: proper node version for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Dec 27, 2021
1 parent 855e79e commit 9fd0f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: 16.x
versionSpec: 17.x
displayName: 'Install Node.js'
- script: npm install
displayName: 'Install dependencies'
Expand Down

0 comments on commit 9fd0f39

Please sign in to comment.