Skip to content

Merge pull request #102 from olaleyeolajide81-sketch/feat-Add-Price-I… #66

Merge pull request #102 from olaleyeolajide81-sketch/feat-Add-Price-I…

Merge pull request #102 from olaleyeolajide81-sketch/feat-Add-Price-I… #66

Workflow file for this run

name: API CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Build Application
run: npm run build