Skip to content

Commit

Permalink
updated to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jgentes committed Jan 28, 2024
1 parent fdad606 commit c66bc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@highlight-run/remix": "^2.0.16",
"@nextui-org/react": "^2.2.9",
"@remix-run/react": "^2.5.1",
"@remix-run/serve": "^2.5.1",
"@supabase/auth-ui-react": "^0.4.6",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.38.4",
Expand Down Expand Up @@ -43,6 +42,7 @@
"@highlight-run/sourcemap-uploader": "^0.6.0",
"@playwright/test": "^1.40.1",
"@remix-run/dev": "^2.5.1",
"@remix-run/serve": "^2.5.1",
"@types/node": "^20.11.8",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
Expand All @@ -52,6 +52,6 @@
"zod": "^3.22.3"
},
"engines": {
"node": ">=18.17.1"
"node": "20"
}
}

1 comment on commit c66bc2d

@vercel
Copy link

@vercel vercel bot commented on c66bc2d Jan 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.