Skip to content

build(deps): lock file maintenance (#191) #400

build(deps): lock file maintenance (#191)

build(deps): lock file maintenance (#191) #400

Workflow file for this run

name: Test
"on":
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: actions/setup-node@v6
with:
cache: npm
node-version: 24
- run: npm ci
- run: npm test