Skip to content

Bump js-yaml from 4.1.1 to 4.3.1 #195

Bump js-yaml from 4.1.1 to 4.3.1

Bump js-yaml from 4.1.1 to 4.3.1 #195

Workflow file for this run

name: run tests
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 16
- run: >-
npm ci
- run: >-
npm run test