Skip to content

Bump @babel/preset-react from 7.24.7 to 7.27.1 #224

Bump @babel/preset-react from 7.24.7 to 7.27.1

Bump @babel/preset-react from 7.24.7 to 7.27.1 #224

Workflow file for this run

name: Automated tests
on:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
- name: Install dependencies
run: npm ci
- run: npm run build --if-present
- run: npm test