Skip to content

build(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.0 #362

build(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.0

build(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.0 #362

Workflow file for this run

name: Run unit tests
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Node.js dependencies
run: npm ci
- name: Run Unit Tests
run: npm run test