Skip to content

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #7

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

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 23]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run verification
run: npm run verify