Skip to content

Commit d3c7658

Browse files
committed
Tweak azure-pipelines.yml
1 parent fe97086 commit d3c7658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ pool:
2525
vmImage: "$(image)"
2626

2727
steps:
28-
- task: NodeTool@0
28+
- task: UseNode@1
2929
inputs:
30-
versionSpec: "12.x"
30+
version: "18.x"
3131
displayName: "Install Node.js"
3232

3333
- script: "npm i -g yarn"

0 commit comments

Comments
 (0)