Skip to content

Bump @polkadot/api from 10.9.1 to 10.11.3 #97

Bump @polkadot/api from 10.9.1 to 10.11.3

Bump @polkadot/api from 10.9.1 to 10.11.3 #97

Workflow file for this run

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