Skip to content

Workflow file for this run

name: Deploy to cPanel
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install