Skip to content

[Snyk] Security upgrade @polkadot/react-components from 0.0.0-use.local to 0.34.1 #102

[Snyk] Security upgrade @polkadot/react-components from 0.0.0-use.local to 0.34.1

[Snyk] Security upgrade @polkadot/react-components from 0.0.0-use.local to 0.34.1 #102

Workflow file for this run

name: PR
on: [pull_request]
jobs:
pr:
strategy:
matrix:
step: ['lint', 'test', 'build:code', 'build:i18n', 'build:electron']
name: ${{ matrix.step }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn ${{ matrix.step }}