Skip to content

Bump nokogiri from 1.8.4 to 1.8.5 #18

Bump nokogiri from 1.8.4 to 1.8.5

Bump nokogiri from 1.8.4 to 1.8.5 #18

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