Skip to content

feat: Add advanced fingerprint tracking and enhanced analytics dashbo… #39

feat: Add advanced fingerprint tracking and enhanced analytics dashbo…

feat: Add advanced fingerprint tracking and enhanced analytics dashbo… #39

Workflow file for this run

#name: CI/CD Pipeline
# on:
# push:
# branches:
# - main
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
# - name: Set up Node.js
# uses: actions/setup-node@v2
# with:
# node-version: 18
# - name: Install Dependencies
# run: npm ci
# - name: Run tests
# run: npm test