Skip to content

Added js-cookie for cookie management, added OS detection on landing … #6

Added js-cookie for cookie management, added OS detection on landing …

Added js-cookie for cookie management, added OS detection on landing … #6

Workflow file for this run

name: Sveltekit / Postgres CI/CD
on: [push]
jobs:
Unit-Test-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: make test