Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.19.0
20.20.1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.19.0
v20.20.1
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ process as welcoming and straightforward as possible.

#### Pre-requisites

You should have Node.js version 20.19.0 (LTS) or higher installed. You can get it
You should have Node.js version 20.20.1 (LTS) or higher installed. You can get it
on [nodejs.org](https://nodejs.org/en/download) or, if you are using NVM (Node Version Manager), you can set the correct
version of Node.js for this project by running the following command in the root of the project:

Expand Down
2 changes: 1 addition & 1 deletion binary/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@
},
"engine-strict": true,
"engines": {
"node": ">=20.19.0"
"node": ">=20.20.1"
}
}
2 changes: 1 addition & 1 deletion core/vendor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/vendor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"engine-strict": true,
"engines": {
"node": ">=20.19.0"
"node": ">=20.20.1"
}
}
2 changes: 1 addition & 1 deletion extensions/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/cli/scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ param(
$ErrorActionPreference = 'Stop'
$ProgressPreference = 'SilentlyContinue' # Faster downloads

$script:RequiredNodeVersion = [version]"20.19.0"
$script:RequiredNodeVersion = [version]"20.20.1"
$script:PackageName = "@continuedev/cli"
$script:CliCommand = "cn"
$script:FnmInstalled = $false
Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
# Continue CLI Installer - Unix (macOS, Linux, WSL, Git Bash)
# curl -fsSL https://continue.dev/install.sh | bash

REQUIRED_NODE_VERSION="20.19.0"
REQUIRED_NODE_VERSION="20.20.1"
PACKAGE_NAME="@continuedev/cli"
CLI_COMMAND="cn"
NETWORK_TIMEOUT=60
Expand Down
2 changes: 1 addition & 1 deletion extensions/intellij/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ notes below).

### Node.js Requirements

This project requires Node.js version 20.19.0 (LTS) or higher. You have two options for installation:
This project requires Node.js version 20.20.1 (LTS) or higher. You have two options for installation:

1. Download and install directly from [nodejs.org](https://nodejs.org/en/download).
2. If you're using NVM (Node Version Manager), set the correct Node.js version for this project by running `nvm use` in
Expand Down
4 changes: 2 additions & 2 deletions extensions/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"publisher": "Continue",
"engines": {
"vscode": "^1.70.0",
"node": ">=20.19.0"
"node": ">=20.20.1"
},
"engine-strict": true,
"galleryBanner": {
Expand Down
4 changes: 2 additions & 2 deletions gui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@
},
"engine-strict": true,
"engines": {
"node": ">=20.19.0"
"node": ">=20.20.1"
}
}
Loading