From 4ff9e478d5a8a1f8dd6bbe0e029332398d3603b3 Mon Sep 17 00:00:00 2001 From: Rojan Rajbhandari <59971845+rrojan@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:29:25 +0545 Subject: [PATCH] Testing node version again (#26) * fix: don't throw when the token is missing * chore: lock versions, migrate the db, prep for production * chore: forgot to add the migration * written schema to fetch internal user list * added IU as senderID in settings * added IU as senderID in message service * filtered users with isClientAccessLimited true * added console error * removed comment * updated copilot-node-sdk to 1.1.3 * udpate fixes * Add github workflow for prod migration * make senderId optional * feat: default to current user on new workspace * Rename github secret * Remove github workflow for deploy * chore: bump copilot-node-sdk to 1.2.0 * feat: use current internal user as default user in new setting * chore!: lock node version to 18.18.2 * chore: log current node version --------- Co-authored-by: Kevin Foley Co-authored-by: Sajan Rajbhandari Co-authored-by: aatbip Co-authored-by: sujansh Co-authored-by: Sujan Shrestha --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b468bd8..90579c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,6 +90,8 @@ export default async function Page({ searchParams }: { searchParams: SearchParam }); }; + console.log('VERSION', process.version); + return (