Skip to content

[Snyk] Security upgrade lodash-es from 4.17.21 to 4.17.23 #39

[Snyk] Security upgrade lodash-es from 4.17.21 to 4.17.23

[Snyk] Security upgrade lodash-es from 4.17.21 to 4.17.23 #39

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