Skip to content

Bump js-yaml from 3.14.1 to 3.14.2 (#19) #20

Bump js-yaml from 3.14.1 to 3.14.2 (#19)

Bump js-yaml from 3.14.1 to 3.14.2 (#19) #20

Workflow file for this run

name: test
permissions:
contents: read # required for actions/checkout
on:
push:
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm i
- run: npm test