Skip to content

chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 #82

chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2

chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 #82

Workflow file for this run

on: [push, pull_request]
name: CI
permissions:
contents: read
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js 24
uses: actions/setup-node@v5
with:
node-version: 24
- name: Install Dependencies
run: npm install
- name: Lint
run: npm run lint