Skip to content

Bump eslint-plugin-react from 7.34.1 to 7.34.2 (#445) #543

Bump eslint-plugin-react from 7.34.1 to 7.34.2 (#445)

Bump eslint-plugin-react from 7.34.1 to 7.34.2 (#445) #543

Workflow file for this run

name: JS Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
bs_version: ['5.0', '5.1', '5.2', 'latest']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Install Dependencies
run: npm i
- name: Test
env:
BS_VERSION: ${{ matrix.bs_version }}
run: npm run test