Skip to content

feat : Ecommerce page implementation #99

feat : Ecommerce page implementation

feat : Ecommerce page implementation #99

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GB_TOKEN }}
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm i
- run: npm run build --if-present