Skip to content

Migrate booking endpoints #53

Migrate booking endpoints

Migrate booking endpoints #53

Workflow file for this run

name: Build Test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js version
uses: actions/setup-node@v1
with:
node-version: "18.x"
- name: yarn install
run: |
yarn install
- name: Build Next app
run: |
yarn build