Skip to content

Bump @cosmjs/proto-signing from 0.32.2 to 0.32.3 #754

Bump @cosmjs/proto-signing from 0.32.2 to 0.32.3

Bump @cosmjs/proto-signing from 0.32.2 to 0.32.3 #754

Workflow file for this run

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