diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5f45d4..1e95bc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,8 +6,12 @@ jobs: setup: runs-on: ubuntu-latest container: - image: node:lts-slim + image: alpine steps: + - name: Install Node and Git + run: | + apk update + apk add nodejs git - name: Checkout code uses: actions/checkout@v4 packwiz: