Skip to content

SSR improvements (#85) #132

SSR improvements (#85)

SSR improvements (#85) #132

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: 🛒 Checkout repository
uses: actions/checkout@v4
- name: ⚙ Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: ⬇ Install dependencies
run: npm ci
- name: ▶ Run tests
run: npm run test