Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 #5

Bump js-yaml from 4.1.0 to 4.1.1

Bump js-yaml from 4.1.0 to 4.1.1 #5

Workflow file for this run

name: On push
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile
- run: yarn ci