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

fix: babylon private key conversion (#212) #786

fix: babylon private key conversion (#212)

fix: babylon private key conversion (#212) #786

Workflow file for this run

name: Build, lint and run tests
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.5.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: |
yarn policies set-version '^1.22.10'
- run: yarn setup-dev
- run: yarn sanity