We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f26d9 commit b91b494Copy full SHA for b91b494
2 files changed
azure-pipelines.yml
@@ -17,7 +17,7 @@ pool:
17
vmImage: $(imageName)
18
19
steps:
20
-- task: NodeTool@0
+- task: UseNode@1
21
inputs:
22
versionSource: 'spec'
23
versionSpec: 22.x
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "linq-to-typescript",
3
- "version": "12.1.0-beta",
+ "version": "12.1.0",
4
"description": "LINQ ported to TypeScript",
5
"type": "module",
6
"exports": {
0 commit comments