Use normal images which includes git command

This commit is contained in:
Lunny Xiao 2022-11-11 16:14:44 +08:00 committed by Jason Song
parent 2e1326b725
commit 8cffac65d9
1 changed files with 3 additions and 3 deletions

View File

@ -101,9 +101,9 @@ func getWorkflowsPath(dir string) (string, error) {
func demoPlatforms() map[string]string {
return map[string]string{
"ubuntu-latest": "node:16-buster-slim",
"ubuntu-20.04": "node:16-buster-slim",
"ubuntu-18.04": "node:16-buster-slim",
"ubuntu-latest": "node:16-buster",
"ubuntu-20.04": "node:16-buster",
"ubuntu-18.04": "node:16-buster",
}
}