diff --git a/.github/workflows/render-video.yml b/.github/workflows/render-video.yml index dfe6679..3307cdf 100644 --- a/.github/workflows/render-video.yml +++ b/.github/workflows/render-video.yml @@ -9,7 +9,7 @@ jobs: name: Render video runs-on: ubuntu-latest container: - image: debian + image: node:lts steps: - uses: actions/checkout@main - uses: actions/setup-node@main