Skip to content

fix: upgrade js-yaml from 3.10.0 to 3.14.1 #1558

fix: upgrade js-yaml from 3.10.0 to 3.14.1

fix: upgrade js-yaml from 3.10.0 to 3.14.1 #1558

Workflow file for this run

name: CI
on: [push]
env:
CI: true
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.6'
- uses: actions/setup-node@v2
with:
node-version: '7'
- name: Build
run: |
npm install
script/cibuild