Skip to content

build(deps): bump @tabler/icons-react from 2.9.0 to 3.20.0 #107

build(deps): bump @tabler/icons-react from 2.9.0 to 3.20.0

build(deps): bump @tabler/icons-react from 2.9.0 to 3.20.0 #107

Workflow file for this run

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
container:
image: node:16
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Run Vitest Suite
run: npm test