Skip to content

build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #134

build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1

build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #134

Workflow file for this run

name: test-browser
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run test:browser
env:
CI: true