Skip to content

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

chore: bump browserify-sign from 4.2.1 to 4.2.2

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

Workflow file for this run

name: QA
on: pull_request
jobs:
qa:
name: QA
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ '16.x' ]
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v1
- name: Cache node_modules
id: cache-modules
uses: actions/cache@v1
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
if: steps.cache-modules.outputs.cache-hit != 'true'
run: |
npm ci
- name: Run roboter
run: |
npx roboter