use a different container for base website build
Some checks failed
Deploy / deploy (push) Failing after 19s

This commit is contained in:
2026-05-25 00:08:34 -03:00
parent 6ec10da715
commit 91f5c2bbfa

View File

@@ -9,7 +9,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
image: node:20-bullseye
options: "-v /home/admin/data/web:/web"
steps:
- uses: actions/checkout@v3