Skip to content

chore(deps): bump browserify-sign from 4.0.4 to 4.2.2 #256

chore(deps): bump browserify-sign from 4.0.4 to 4.2.2

chore(deps): bump browserify-sign from 4.0.4 to 4.2.2 #256

Workflow file for this run

name: test
on: push
jobs:
unit-tests:
runs-on: ubuntu-latest
# if: contains(github.event.head_commit.modified, 'api/')
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- run: npm ci
- run: npm run test