Skip to content
This repository was archived by the owner on Mar 8, 2026. It is now read-only.

chore(deps): bump js-yaml from 3.14.0 to 3.14.2 #17

chore(deps): bump js-yaml from 3.14.0 to 3.14.2

chore(deps): bump js-yaml from 3.14.0 to 3.14.2 #17

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
- '!main'
jobs:
test:
env:
CI: true
NODE_ENV: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 12.x
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- name: Install Dependencies
run: npm install
- name: Test
run: npm test