Skip to content

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

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 #128

Workflow file for this run

on: pull_request
name: Pull Request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: 23
- name: Install dependencies
env:
CI: true
run: npm install
- name: Test
run: npm test