Skip to content

Bump @babel/core from 7.28.0 to 7.28.3 #502

Bump @babel/core from 7.28.0 to 7.28.3

Bump @babel/core from 7.28.0 to 7.28.3 #502

Workflow file for this run

name: build-and-test

Check failure on line 1 in .github/workflows/build-and-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-test.yml

Invalid workflow file

(Line: 16, Col: 9): Unexpected value 'run'
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
node-version: [20.x]
name: Node ${{ matrix.node }} run
steps:
- uses: actions/checkout@v5
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
run: make eslint
- name: Run tests
run: npm run test