Skip to content

chore(deps-dev): bump js-yaml from 4.1.1 to 4.3.1 #240

chore(deps-dev): bump js-yaml from 4.1.1 to 4.3.1

chore(deps-dev): bump js-yaml from 4.1.1 to 4.3.1 #240

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 26.x
cache: 'npm'
- run: npm ci
- run: npm test