Skip to content

Bump eslint from 8.57.0 to 9.4.0 #542

Bump eslint from 8.57.0 to 9.4.0

Bump eslint from 8.57.0 to 9.4.0 #542

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