Skip to content

Bump @babel/preset-react from 7.24.1 to 7.24.6 #538

Bump @babel/preset-react from 7.24.1 to 7.24.6

Bump @babel/preset-react from 7.24.1 to 7.24.6 #538

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