Skip to content

[INTERNAL] v2: Change security audit reporting level to high or critical only #1230

[INTERNAL] v2: Change security audit reporting level to high or critical only

[INTERNAL] v2: Change security audit reporting level to high or critical only #1230

Workflow file for this run

name: GitHub CI
on:
push:
branches:
- v2
pull_request:
branches:
- v2
jobs:
test:
name: General checks and tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js LTS 14.x
uses: actions/[email protected]
with:
node-version: 14.x
- name: Install dependencies
run: npm ci
- name: Perform checks and tests
run: npm test