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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 24 additions and 3 deletions

View File

@ -64,5 +64,8 @@
"wait-on": "^5.2.1",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.2"
},
"engines": {
"node": ">= 16"
}
}

View File

@ -64,5 +64,8 @@
"wait-on": "^5.2.1",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.2"
},
"engines": {
"node": ">= 16"
}
}

View File

@ -64,5 +64,8 @@
"wait-on": "^5.2.1",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.2"
},
"engines": {
"node": ">= 16"
}
}

View File

@ -64,5 +64,8 @@
"wait-on": "^5.2.1",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.2"
},
"engines": {
"node": ">= 16"
}
}

View File

@ -6,6 +6,6 @@
"semver": "^5.5.0"
},
"engines": {
"node": ">= 15"
"node": ">= 16"
}
}

View File

@ -61,5 +61,8 @@
"wait-on": "^6.0.0",
"webpack-cli": "^4.9.1"
},
"description": "An Ionic project"
"description": "An Ionic project",
"engines": {
"node": ">= 16"
}
}

View File

@ -57,5 +57,8 @@
"wait-on": "^6.0.0",
"webpack-cli": "^4.9.1"
},
"description": "An Ionic project"
"description": "An Ionic project",
"engines": {
"node": ">= 16"
}
}

View File

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