Skip to content

build(deps): lock file maintenance #390

build(deps): lock file maintenance

build(deps): lock file maintenance #390

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- uses: actions/setup-node@v6
with:
cache: npm
node-version: 22
- run: npm ci
- run: npm test