modified deploy file
Some checks failed
Smart Deploy / build-deploy (push) Failing after 42s

This commit is contained in:
2026-02-08 18:31:41 +05:30
parent 0fea70273f
commit 687563b5c5

View File

@@ -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: