diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index b6122ac..e1240c2 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -5,10 +5,14 @@ on: [push] jobs: build-deploy: runs-on: ubuntu-latest + # 👇 ADD THIS LINE! It gives the runner a brain (Node.js + Git) + container: node:20-bookworm + steps: - name: Check out repository code uses: actions/checkout@v3 + # You can keep this, but the container already has Node 20! - name: Install Node.js uses: actions/setup-node@v3 with: