Skip to content

[Snyk] Fix for 6 vulnerabilities #161

[Snyk] Fix for 6 vulnerabilities

[Snyk] Fix for 6 vulnerabilities #161

Workflow file for this run

name: Build-and-Test
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Setup Yarn Env
run: yarn
- name: Build
run: yarn build
- name: Unit Test
run: yarn test:ci