diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index 22438c06d..3c57a0a63 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -17,7 +17,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 11 + version: 9 - name: Initialize Node.js Environment uses: actions/setup-node@v6 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 428bb6922..76b9aa9e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 11 + version: 9 - uses: actions/setup-node@v6 with: node-version: 22 @@ -41,7 +41,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 11 + version: 9 - uses: actions/setup-node@v6 with: node-version: 22 @@ -64,7 +64,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 11 + version: 9 - uses: actions/setup-node@v6 with: node-version: 22 @@ -110,7 +110,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 11 + version: 9 - uses: actions/setup-node@v6 with: node-version: 22 @@ -130,7 +130,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 11 + version: 9 - uses: actions/setup-node@v6 with: node-version: 22 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 99da69366..d769a30f7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -30,7 +30,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 11 + version: 9 - uses: actions/setup-node@v6 with: node-version: 22 diff --git a/.github/workflows/visual-regression.yml b/.github/workflows/visual-regression.yml index 401300788..e191d3dbe 100644 --- a/.github/workflows/visual-regression.yml +++ b/.github/workflows/visual-regression.yml @@ -44,7 +44,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 11 + version: 9 - name: Setup Node uses: actions/setup-node@v6 diff --git a/package.json b/package.json index 7a4549cba..845a81609 100644 --- a/package.json +++ b/package.json @@ -118,13 +118,10 @@ "@scarf/scarf", "@sentry/cli", "@swc/core", - "@tree-sitter-grammars/tree-sitter-yaml", "core-js-pure", "core-js", "esbuild", "sharp", - "tree-sitter-json", - "tree-sitter", "unrs-resolver" ] } diff --git a/src/app/leaderboard/page.tsx b/src/app/leaderboard/page.tsx index b78b24560..10a575307 100644 --- a/src/app/leaderboard/page.tsx +++ b/src/app/leaderboard/page.tsx @@ -104,14 +104,14 @@ async function LeaderboardTable({ title={ hasFilters ? "No leaderboard results for these filters" - : "No public profiles yet" + : "No leaderboard data available" } description={ hasFilters ? "Try a broader language or time filter, or clear filters to view the full leaderboard." : "No public profiles yet - be the first to enable yours in Settings!" } - actionLabel="Go to Settings" + actionLabel="Sync Dashboard" actionHref="/dashboard/settings" /> ) : ( diff --git a/src/components/GoalTracker.tsx b/src/components/GoalTracker.tsx index 1098c698b..f2d58a819 100644 --- a/src/components/GoalTracker.tsx +++ b/src/components/GoalTracker.tsx @@ -522,7 +522,7 @@ export default function GoalTracker() {
- Push your first commit on GitHub to get started and see repository activity here. -
- - - Create Repository - -