Skip to content

build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #1529

build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1

build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #1529

Workflow file for this run

name: Test
"on":
push:
branches:
- main
- dependabot/npm_and_yarn/**
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run build
- run: npm test