-
Notifications
You must be signed in to change notification settings - Fork 675
Pull requests: Adeel-Xtech/ADEEL-MD
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Update bot configuration for new owner and messages
#10
opened Jun 6, 2026 by
masoomtech795
Loading…
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 startUpdate config.js
#4
opened Nov 3, 2025 by
rashidmRi
Loading…
ProTip!
Mix and match filters to narrow down what you’re looking for.