chore(test-apps): set minimum node version to 16 (#26960)

This commit is contained in:
Sean Perkins
2023-03-15 11:04:55 -04:00
committed by GitHub
parent cf2dff4692
commit c17d1d8b88
8 changed files with 24 additions and 3 deletions

View File

@ -42,5 +42,8 @@
"ts-jest": "^27.0.4",
"typescript": "~4.5.5",
"wait-on": "^5.3.0"
},
"engines": {
"node": ">= 16"
}
}