Skip to content

feat(node-operators-registry): 1st iteration of V2 upgrade follow-up #428

feat(node-operators-registry): 1st iteration of V2 upgrade follow-up

feat(node-operators-registry): 1st iteration of V2 upgrade follow-up #428

Workflow file for this run

name: Test Build
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
test-build:
name: Test Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build Project
run: yarn build