Skip to content

Commit

Permalink
💚 fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustLucas committed Oct 28, 2024
1 parent 3160df7 commit 2f25535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ["16.x", "18.x", "20.x"]
node: ["18.x", "20.x"]
os: [ubuntu-latest]

steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Use pnpm
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4
with:
version: "latest"

Expand Down
2 changes: 0 additions & 2 deletions components/presence/Presence.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export const PresenceBlock = () => {
} else if (status?.listening_to_spotify) {
setPresence("listening");
}

console.log(status);
}, [status, currentActivity]);

return (
Expand Down

0 comments on commit 2f25535

Please sign in to comment.