Skip to content

fix: package.json & package-lock.json to reduce vulnerabilities (#450) #548

fix: package.json & package-lock.json to reduce vulnerabilities (#450)

fix: package.json & package-lock.json to reduce vulnerabilities (#450) #548

Workflow file for this run

---
name: "Unit Tests"
on: push
jobs:
"Vitest":
runs-on: ubuntu-latest
container: node:20.3.0
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run Tests
run: yarn test