Skip to content

Bump @cosmjs/proto-signing from 0.28.13 to 0.31.1 #426

Bump @cosmjs/proto-signing from 0.28.13 to 0.31.1

Bump @cosmjs/proto-signing from 0.28.13 to 0.31.1 #426

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "19"
- run: yarn install
- run: yarn lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "19"
- run: yarn install
- run: cp .env.sample .env.local
- run: yarn build