Skip to content

build(deps): bump @babel/runtime from 7.25.7 to 7.28.4 #58

build(deps): bump @babel/runtime from 7.25.7 to 7.28.4

build(deps): bump @babel/runtime from 7.25.7 to 7.28.4 #58

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18, 20, 22]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm test