Move Setup

This commit is contained in:
Snoweuph 2025-01-29 18:27:02 +01:00
parent 98f18aab83
commit 0371a7ee46
Signed by: snoweuph
GPG key ID: BEFC41DA223CEC55

View file

@ -12,6 +12,8 @@ jobs:
runs-on: 'docker'
container:
image: docker:27.5.1-alpine3.21
env:
DOCKER_HOST: 'tcp://docker:2376'
steps:
- name: Install Node
run: apk add nodejs