Skip to content

Bump es5-ext from 0.10.46 to 0.10.63 #19

Bump es5-ext from 0.10.46 to 0.10.63

Bump es5-ext from 0.10.46 to 0.10.63 #19

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