Skip to content

refactor: HS-12345: Refactor Payment Element shimmer, Modal setState #165

refactor: HS-12345: Refactor Payment Element shimmer, Modal setState

refactor: HS-12345: Refactor Payment Element shimmer, Modal setState #165

Workflow file for this run

name: CI/CD Pipeline
on:
pull_request:
merge_group:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.AUTORELEASE_PAT }}
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14"
- name: Install dependencies
run: npm install
- name: Display Node.js version
run: node --version
- name: "Rescript Code Compile"
run: npm run re:build
- name: "Build"
run: npm run build
- name: npm release
run: npx semantic-release --debug;