Skip to content

build(deps): bump browserify-sign from 4.2.1 to 4.2.2 #226

build(deps): bump browserify-sign from 4.2.1 to 4.2.2

build(deps): bump browserify-sign from 4.2.1 to 4.2.2 #226

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: install
uses: borales/[email protected]
with:
cmd: install
- name: test
uses: borales/[email protected]
with:
cmd: test
- name: build
uses: borales/[email protected]
with:
cmd: build