diff --git a/.github/main.workflow b/.github/main.workflow index c7cb4ec85f..73ef88bc3a 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -4,13 +4,13 @@ workflow "New workflow" { } action "Install" { - uses = "actions/npm@e7aaefe" + uses = "docker://culturehq/actions-yarn:latest" args = "install" } action "Deploy" { needs = "Install" - uses = "actions/npm@e7aaefe" + uses = "docker://culturehq/actions-yarn:latest" secrets = ["ZEIT_TOKEN"] args = "run deploy" }