use docker and setup node
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 1m20s

This commit is contained in:
William Diakite 2025-07-23 12:18:19 -04:00
parent f213c5a711
commit 6c82301844

View file

@ -9,8 +9,11 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: docker
container:
image: debian:bullseye
options: --network=host # (Optional, more below)
steps:
- name: Checkout repo
uses: actions/checkout@v4