Skip to content

Commit 7db79cb

Browse files
committed
Azure pipelines config
1 parent b91b494 commit 7db79cb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ pool:
1919
steps:
2020
- task: UseNode@1
2121
inputs:
22-
versionSource: 'spec'
23-
versionSpec: 22.x
24-
checkLatest: true
22+
version: 22.x
23+
checkLatest: false
2524
- powershell: |
2625
npm install -g typescript jest typedoc rimraf
2726
displayName: 'Install Globals'

0 commit comments

Comments
 (0)