Skip to content

Commit

Permalink
fix(azure): fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
devcui committed Jun 1, 2023
1 parent 52b5953 commit c66cad2
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 @@ -19,7 +19,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: '16.15.0'
versionSpec: '18.16.0'
displayName: 'Install Node.js'

- stage: build
Expand Down

0 comments on commit c66cad2

Please sign in to comment.