Skip to content

Bump @polkadot/keyring from 12.6.1 to 13.1.1 #245

Bump @polkadot/keyring from 12.6.1 to 13.1.1

Bump @polkadot/keyring from 12.6.1 to 13.1.1 #245

Workflow file for this run

name: Pull Request
on: [pull_request]
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: lint
run: |
yarn install --immutable
yarn lint
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: build
run: |
yarn install --immutable
yarn build