Skip to content

build(deps): lock file maintenance (#230) #479

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

build(deps): lock file maintenance (#230) #479

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: actions/setup-node@v7
with:
cache: npm
node-version: 24
- run: npm ci
- run: npm test