Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Fix #129. Go back to next@latest
Browse files Browse the repository at this point in the history
  • Loading branch information
audio-engineer committed Apr 25, 2024
1 parent 1857c1a commit b068742
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatting-and-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: 20
cache: npm
- name: Install Packages
run: npm ci --force
run: npm ci
- name: Run ESLint
continue-on-error: true
run: npm run lint:ci
Expand Down
116 changes: 61 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"firebase": "^10.11.0",
"jose": "^5.2.4",
"nanoid": "^5.0.7",
"next": "^14.3.0-canary.18",
"next": "^14.2.3",
"patch-package": "^8.0.0",
"react": "^18.2.0",
"react-chessboard": "^4.5.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/node_modules/next/dist/cli/next-dev.js b/node_modules/next/dist/cli/next-dev.js
index 2084b26..93cb842 100644
index f7a7240..48d6de7 100644
--- a/node_modules/next/dist/cli/next-dev.js
+++ b/node_modules/next/dist/cli/next-dev.js
@@ -204,7 +204,7 @@ const nextDev = async (options, portSource, directory)=>{
@@ -208,7 +208,7 @@ const nextDev = async (options, portSource, directory)=>{
NODE_OPTIONS = `${NODE_OPTIONS} --max-old-space-size=${Math.floor(totalMemInMB * 0.5)}`;
}
if (nodeDebugType) {
Expand Down

0 comments on commit b068742

Please sign in to comment.