We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e4eb6 commit b017633Copy full SHA for b017633
azure-pipelines.yml
@@ -26,15 +26,6 @@ strategy:
26
windows_node_lts_20:
27
imageName: 'windows-2022'
28
node_version: 20.x
29
- linux_node_21:
30
- imageName: 'ubuntu-22.04'
31
- node_version: 21.x
32
- mac_node_21:
33
- imageName: 'macos-13'
34
35
- windows_node_21:
36
- imageName: 'windows-2022'
37
38
linux_node_22:
39
imageName: 'ubuntu-22.04'
40
node_version: 22.x
package.json
@@ -33,7 +33,7 @@
"./package.json": "./package.json"
},
"engines": {
- "node": "^20.11.0 || >=21.2.0",
+ "node": "^20.11.0 || >=22.0.0",
"npm": ">= 8"
"scripts": {
0 commit comments