We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1228a16 commit a90acbeCopy full SHA for a90acbe
1 file changed
.azure-pipelines/build-template.yml
@@ -15,6 +15,9 @@ parameters:
15
'Node 22':
16
versionSpec: '22.x'
17
npmVersion: '10'
18
+ 'Node 24':
19
+ versionSpec: '24.x'
20
+ npmVersion: '10'
21
22
jobs:
23
- job: BuildAndTest
0 commit comments