Skip to content

chore: bump browserify-sign from 4.2.1 to 4.2.2 #491

chore: bump browserify-sign from 4.2.1 to 4.2.2

chore: bump browserify-sign from 4.2.1 to 4.2.2 #491

Workflow file for this run

name: CI
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'
jobs:
test-node:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test