Skip to content

[Snyk] Security upgrade bcrypt from 5.1.1 to 6.0.0 #30

[Snyk] Security upgrade bcrypt from 5.1.1 to 6.0.0

[Snyk] Security upgrade bcrypt from 5.1.1 to 6.0.0 #30

Workflow file for this run

name: CI
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '16' ]
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: yarn
- name: Run Lint
run: yarn lint
- name: Run Test code
run: yarn test
- name: Build module
run: yarn build