Skip to content

ap-nomination-pools #37

ap-nomination-pools

ap-nomination-pools #37

Workflow file for this run

name: Build
on:
pull_request:
branches: [master]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install yarn
run: npm i yarn
- name: Install dependencies
run: yarn
- name: Build
run: yarn build