Skip to content

Commit

Permalink
Testing node version again (#26)
Browse files Browse the repository at this point in the history
* 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 <kevin.james.foley@gmail.com>
Co-authored-by: Sajan Rajbhandari <sazanrjb@gmail.com>
Co-authored-by: aatbip <anantabipal2010@gmail.com>
Co-authored-by: sujansh <najus.shrestha@gmail.com>
Co-authored-by: Sujan Shrestha <sujansh@Sujans-MacBook-Pro.local>
  • Loading branch information
6 people authored Feb 19, 2024
1 parent 2f45375 commit 4ff9e47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ export default async function Page({ searchParams }: { searchParams: SearchParam
});
};

console.log('VERSION', process.version);

return (
<main className="h-full">
<AutoResponder
Expand Down

0 comments on commit 4ff9e47

Please sign in to comment.