-
-
Notifications
You must be signed in to change notification settings - Fork 939
Closed
Labels
area/integrationsarea/platformsenhancementNew feature or requestNew feature or request🎃 hacktoberfest💎💎💎 500 pointsThis issue is worth 500 points in the hacktoberfest leaderboardThis issue is worth 500 points in the hacktoberfest leaderboard
Milestone
Description
Problem
Our packages currently support Node 16–17. This means we can't use fetch and we can't support some modern deployment platforms like Cloudflare/Vercel edge functions.
Node v18 is now LTS and v16 has entered "end-of-life" with no official support.
Solution
- Set the engines.node property in all of the packages/*/package.json files.
- Upgrade all packages/* to support Node v18.
- Change fetch to node-fetch
- Fix any other issues
- Ensure that typechecking has no errors:
pnpm run --filter "./packages/**" typecheck
From SyncLinear.com | TRI-1332
Metadata
Metadata
Assignees
Labels
area/integrationsarea/platformsenhancementNew feature or requestNew feature or request🎃 hacktoberfest💎💎💎 500 pointsThis issue is worth 500 points in the hacktoberfest leaderboardThis issue is worth 500 points in the hacktoberfest leaderboard