Skip to content

Fixed https://github.com/caprover/caprover-frontend/issues/128 #193

Fixed https://github.com/caprover/caprover-frontend/issues/128

Fixed https://github.com/caprover/caprover-frontend/issues/128 #193

Workflow file for this run

name: Run build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn install --frozen-lockfile && yarn run build