Skip to content

Bump js-yaml from 3.14.0 to 3.14.2 #430

Bump js-yaml from 3.14.0 to 3.14.2

Bump js-yaml from 3.14.0 to 3.14.2 #430

Workflow file for this run

on:
push:
branches-ignore:
# Ignore branches automatically created by github-rebase
- rebase-pull-request**
- cherry-pick-rebase-pull-request**
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: yarn install --frozen-lockfile
- name: Build
run: yarn run build
- name: Test
run: yarn test