Skip to content

Commit b47334f

Browse files
committed
Use Node 18
1 parent 7b0b70e commit b47334f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pool:
1919
steps:
2020
- task: NodeTool@0
2121
inputs:
22-
versionSpec: 17.x
22+
versionSpec: 18.x
2323

2424
- script: |
2525
npm install -g typescript jest typedoc

0 commit comments

Comments
 (0)