Skip to content

fix(yarn.lock): address high and critical vulnerabilities #399

fix(yarn.lock): address high and critical vulnerabilities

fix(yarn.lock): address high and critical vulnerabilities #399

Workflow file for this run

name: Run tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install packages
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test