|
|
β FREE DEPLOYMENT OF SHABAN MD GITHUB WORKFLOW CODE NEW ADD ERROR FIXED β
name: Node.js CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x] # Specific Node.js version set to 20.x
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
check-latest: true # Always grab the exact latest patch for this version
- name: Install dependencies
run: npm install
- name: Build project (optional)
run: npm run build || echo "No build script found, skipping..."
- name: Start application
run: npm start
π Stay Connected For Updates Feature Drops And Tutorials!
This Bot Is Not Affiliated With WhatsApp Inc. Use At Your Own Risk Misuse May Result In Account Bans
