Skip to content

chore(deps-dev): bump js-yaml from 4.1.1 to 4.3.0 #81

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

chore(deps-dev): bump js-yaml from 4.1.1 to 4.3.0 #81

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version:
- 20
- 22
- 24
- 26
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test