Skip to content

Commit 66213e9

Browse files
committed
[INTERNAL] Drop node v21 support
1 parent 1f60fda commit 66213e9

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ strategy:
2626
windows_node_lts_20:
2727
imageName: 'windows-2022'
2828
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-
node_version: 21.x
35-
windows_node_21:
36-
imageName: 'windows-2022'
37-
node_version: 21.x
3829
linux_node_22:
3930
imageName: 'ubuntu-22.04'
4031
node_version: 22.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"./internal/loggers/*": "./lib/loggers/*.js"
2626
},
2727
"engines": {
28-
"node": "^20.11.0 || >=21.2.0",
28+
"node": "^20.11.0 || >=22.0.0",
2929
"npm": ">= 8"
3030
},
3131
"scripts": {

0 commit comments

Comments
 (0)