Skip to content

1999 and 2000 web archive thumbnails #154

1999 and 2000 web archive thumbnails

1999 and 2000 web archive thumbnails #154

Workflow file for this run

# GitHub Action to run vitest tests
name: Run Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run vitest
run: npx vitest run