Skip to content

Refactor: HS-1256: refactored the code to accept BE url (#5) #6

Refactor: HS-1256: refactored the code to accept BE url (#5)

Refactor: HS-1256: refactored the code to accept BE url (#5) #6

Workflow file for this run

name: CI/CD Pipeline
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14"
- name: Install dependencies
run: npm install
- name: Install fast-glob
run: npm install fast-glob
- name: Display Node.js version
run: node --version
- name: npm release
run: npx semantic-release --debug;