Skip to content

Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 #96

Build(deps-dev): Bump braces from 3.0.2 to 3.0.3

Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 #96

Workflow file for this run

name: tests
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run stop-only
- run: npm test