Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 (#13) #32

Bump js-yaml from 4.1.0 to 4.1.1 (#13)

Bump js-yaml from 4.1.0 to 4.1.1 (#13) #32

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm test