diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f90281..cbc4759 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "24" cache: npm - name: Install uv diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1761b17..aca70ed 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "24" cache: npm - name: Install Python dependencies @@ -35,7 +35,7 @@ jobs: run: python -m pytest -q - name: Run frontend lint - run: npm run lint + run: cd frontend && npm run lint - name: Run frontend tests run: npm run test diff --git a/frontend/index.html b/frontend/index.html index b48dbe1..572e948 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,6 +3,7 @@
+