Skip to content

Update SECURITY.md #2267

Update SECURITY.md

Update SECURITY.md #2267

Workflow file for this run

name: Unit tests
on:
push:
branches: [master, feature/*, release/*]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn
- run: npm run build
- run: npm run test