Skip to content

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

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 #1069

Workflow file for this run

name: Lint (Pull Request)
on:
pull_request:
branches:
- master
jobs:
lint:
name: Lint (Pull Request)
runs-on:
- ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: install npm dependencies
run: npm i
- name: lint
run: npm run lint