From 687563b5c58d7d57ea3d15218274b037dcb681f9 Mon Sep 17 00:00:00 2001 From: Gokul Date: Sun, 8 Feb 2026 18:31:41 +0530 Subject: [PATCH] modified deploy file --- .gitea/workflows/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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: