Skip to content

Bump browserify-sign from 4.0.4 to 4.2.2 #71

Bump browserify-sign from 4.0.4 to 4.2.2

Bump browserify-sign from 4.0.4 to 4.2.2 #71

Workflow file for this run

name: Node CI
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm run ci-test
env:
CI: true