Skip to content

fix: patch dedicatedFarm field for pre-V14 Farm event decoding #178

fix: patch dedicatedFarm field for pre-V14 Farm event decoding

fix: patch dedicatedFarm field for pre-V14 Farm event decoding #178

Workflow file for this run

name: CI pipeline
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3
- name: Node install
uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
cache-dependency-path: "**/yarn.lock"
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build