Skip to content

Commit

Permalink
[BREAKING] Drop node v21 support
Browse files Browse the repository at this point in the history
  • Loading branch information
flovogt committed Jul 23, 2024
1 parent e4e4eb6 commit b017633
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ strategy:
windows_node_lts_20:
imageName: 'windows-2022'
node_version: 20.x
linux_node_21:
imageName: 'ubuntu-22.04'
node_version: 21.x
mac_node_21:
imageName: 'macos-13'
node_version: 21.x
windows_node_21:
imageName: 'windows-2022'
node_version: 21.x
linux_node_22:
imageName: 'ubuntu-22.04'
node_version: 22.x
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit b017633

Please sign in to comment.