Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ivntsng committed Dec 10, 2024
1 parent 8a74f71 commit 215cc09
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
deps-
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps

- name: Check formatting
run: npm run format:check
Expand Down
1 change: 0 additions & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
/* config options here */
reactStrictMode: true,
};

Expand Down
1 change: 0 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default function Home() {
<>
<NavBar />
<main></main>
<footer> bob was here</footer>
</>
);
}

0 comments on commit 215cc09

Please sign in to comment.