Skip to content

Bump @polkadot/api to 11.0.3 #1582

Bump @polkadot/api to 11.0.3

Bump @polkadot/api to 11.0.3 #1582

Workflow file for this run

name: PR
on: [pull_request]
jobs:
pr:
continue-on-error: true
strategy:
matrix:
step: ['lint', 'test', 'build']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: ${{ matrix.step }}
run: |
yarn install --immutable
yarn ${{ matrix.step }}