Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Build(deps-dev): Bump browserify-sign from 4.2.1 to 4.2.2 #348

Build(deps-dev): Bump browserify-sign from 4.2.1 to 4.2.2

Build(deps-dev): Bump browserify-sign from 4.2.1 to 4.2.2 #348

Workflow file for this run

name: NodeJS with Webpack
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
npm run build