@@ -16,7 +16,7 @@ import (
1616 "github.com/nektos/act/pkg/model"
1717)
1818
19- var baseImage = "node:12 -buster-slim"
19+ var baseImage = "node:16 -buster-slim"
2020
2121func init () {
2222 if p := os .Getenv ("ACT_TEST_IMAGE" ); p != "" {
@@ -102,7 +102,7 @@ func TestRunEvent(t *testing.T) {
102102 // {"testdata", "shells/custom", "push", "", map[string]string{"ubuntu-latest": "ghcr.io/justingrote/act-pwsh:latest"}, ""}, // custom image with pwsh
103103 {"testdata" , "shells/pwsh" , "push" , "" , map [string ]string {"ubuntu-latest" : "ghcr.io/justingrote/act-pwsh:latest" }, "" }, // custom image with pwsh
104104 {"testdata" , "shells/bash" , "push" , "" , platforms , "" },
105- {"testdata" , "shells/python" , "push" , "" , map [string ]string {"ubuntu-latest" : "node:12 -buster" }, "" }, // slim doesn't have python
105+ {"testdata" , "shells/python" , "push" , "" , map [string ]string {"ubuntu-latest" : "node:16 -buster" }, "" }, // slim doesn't have python
106106 {"testdata" , "shells/sh" , "push" , "" , platforms , "" },
107107 {"testdata" , "job-container" , "push" , "" , platforms , "" },
108108 {"testdata" , "job-container-non-root" , "push" , "" , platforms , "" },
0 commit comments