Skip to content

Bump js-yaml from 3.13.1 to 3.14.2 #191

Bump js-yaml from 3.13.1 to 3.14.2

Bump js-yaml from 3.13.1 to 3.14.2 #191

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install
run: npm install --dev
- name: Compile
run: npm run compile
- name: Run jest tests
run: npm run test