Skip to content

Bump browserify-sign from 4.2.1 to 4.2.2 #246

Bump browserify-sign from 4.2.1 to 4.2.2

Bump browserify-sign from 4.2.1 to 4.2.2 #246

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Setup Node 🔧
uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install npm dependencies 🔧
run: npm install
- name: Run Lint Check
run: npm run lint
- name: Run Type Check
run: npx tsc