Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

chore(deps-dev): bump @babel/core from 7.26.0 to 7.26.7 #610

chore(deps-dev): bump @babel/core from 7.26.0 to 7.26.7

chore(deps-dev): bump @babel/core from 7.26.0 to 7.26.7 #610

Workflow file for this run

name: "Test"
on: push
permissions:
contents: read
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version: 18.x
- run: npm ci
- run: npm test