From 2f25535c3aedeaf53aa81157b6cb82c253427618 Mon Sep 17 00:00:00 2001 From: ImJustLucas Date: Mon, 28 Oct 2024 19:36:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20CI=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/continuous-integration.yml | 4 ++-- components/presence/Presence.tsx | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2222a83..5ab9cee 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ["16.x", "18.x", "20.x"] + node: ["18.x", "20.x"] os: [ubuntu-latest] steps: @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Use pnpm - uses: pnpm/action-setup@v2.4.0 + uses: pnpm/action-setup@v4 with: version: "latest" diff --git a/components/presence/Presence.tsx b/components/presence/Presence.tsx index a7b8bd1..61f5e97 100644 --- a/components/presence/Presence.tsx +++ b/components/presence/Presence.tsx @@ -23,8 +23,6 @@ export const PresenceBlock = () => { } else if (status?.listening_to_spotify) { setPresence("listening"); } - - console.log(status); }, [status, currentActivity]); return (