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

⬆️ backend: Bump browserify-sign from 4.2.1 to 4.2.2 in /backend/services/core #2168

⬆️ backend: Bump browserify-sign from 4.2.1 to 4.2.2 in /backend/services/core

⬆️ backend: Bump browserify-sign from 4.2.1 to 4.2.2 in /backend/services/core #2168

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Linter check
on:
push:
branches: [main]
pull_request:
branches: [main, stage]
jobs:
linter_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16
- run: npm ci
- run: npm run lint