This commit is contained in:
Balazs Toldi 2024-12-03 15:24:47 +01:00
parent 901a3da1a7
commit e3c8ecd971

View file

@ -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: