Skip to content

Fix Metadata Load Error in PG v13, v14 and v15 (#154) #231

Fix Metadata Load Error in PG v13, v14 and v15 (#154)

Fix Metadata Load Error in PG v13, v14 and v15 (#154) #231

Workflow file for this run

name: AGEViewer build
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install --global yarn
- run: cd backend && yarn install --frozen-lockfile && yarn run build
- run: cd frontend && yarn install --frozen-lockfile && yarn run build
env:
CI: false