Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 #128

Bump js-yaml from 4.1.0 to 4.1.1

Bump js-yaml from 4.1.0 to 4.1.1 #128

Workflow file for this run

name: Check
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: |
npm install
npm test