Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Use mainnet in tutorials #314

Use mainnet in tutorials

Use mainnet in tutorials #314

Workflow file for this run

name: build-app
on:
pull_request:
branches:
- 'develop'
push:
branches:
- 'feature/*'
jobs:
build-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: nvmrc
uses: browniebroke/read-nvmrc-action@v1
- uses: actions/setup-node@v2
with:
node-version: '${{ steps.nvmrc.outputs.node_version }}'
cache: 'yarn'
- run: yarn install
- run: yarn build