Skip to content

Merge pull request #388 from noya-app/v2-interop #1465

Merge pull request #388 from noya-app/v2-interop

Merge pull request #388 from noya-app/v2-interop #1465

Workflow file for this run

name: Build Site
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@main
with:
node-version: 16.18.1
- run: yarn
- run: yarn build:site