This PR updates the project to use Node.js version 18 instead of version 16. The switch to Node.js 18 brings several benefits, including improved performance, new features, and bug fixes.
Summary
Updated the Dockerfile to use Node.js 18 instead of version 16.
Updated the CONTRIBUTING.md file to reflect the required Node.js version change from 16 to 18.
Checked and updated the project's dependencies in the package.json file to ensure compatibility with Node.js 18.
Please review and merge this PR to switch the project to Node.js 18.
Fixes #24.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/switch-node-version
๐ Latest improvements to Sweep:
Getting Sweep to run linters before committing! Check out Sweep Sandbox Configs to set it up.
Added support for self-hosting! Check out Self-hosting Sweep to get started.
[Self Hosting] Multiple options to compute vector embeddings, configure your .env file using VECTOR_EMBEDDING_SOURCE
๐ก To get Sweep to edit this pull request, you can:
Leave a comment below to get Sweep to edit the entire PR
Leave a comment in the code will only modify the file
Edit the original issue to get Sweep to recreate the PR from scratch
Description
This PR updates the project to use Node.js version 18 instead of version 16. The switch to Node.js 18 brings several benefits, including improved performance, new features, and bug fixes.
Summary
Please review and merge this PR to switch the project to Node.js 18.
Fixes #24.
To checkout this PR branch, run the following command in your terminal:
๐ Latest improvements to Sweep:
๐ก To get Sweep to edit this pull request, you can: