Skip to content

Bump js-yaml from 3.13.1 to 3.14.2 #31

Bump js-yaml from 3.13.1 to 3.14.2

Bump js-yaml from 3.13.1 to 3.14.2 #31

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10.15.0
- uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_SECRET}}
- name: install, build, and test
run: |
yarn install
env:
CI: true