diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index 1ec60d4bad..adbc5dc966 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -9,7 +9,7 @@ on: env: REPO_PATH: ${{ github.repository }} GIT_REF: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || 'main' }} - NODE_VERSION: 20.18.1 + NODE_VERSION: 20.19.2 PNPM_VERSION: 10.8.1 jobs: diff --git a/.github/workflows/code-qa.yml b/.github/workflows/code-qa.yml index 1a001921d3..c23e1eedf3 100644 --- a/.github/workflows/code-qa.yml +++ b/.github/workflows/code-qa.yml @@ -9,7 +9,7 @@ on: branches: [main] env: - NODE_VERSION: 20.18.1 + NODE_VERSION: 20.19.2 PNPM_VERSION: 10.8.1 jobs: diff --git a/.github/workflows/marketplace-publish.yml b/.github/workflows/marketplace-publish.yml index d86be2083b..0f45d7d93f 100644 --- a/.github/workflows/marketplace-publish.yml +++ b/.github/workflows/marketplace-publish.yml @@ -6,7 +6,7 @@ on: env: GIT_REF: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || 'main' }} - NODE_VERSION: 20.18.1 + NODE_VERSION: 20.19.2 PNPM_VERSION: 10.8.1 jobs: diff --git a/.github/workflows/nightly-publish.yml b/.github/workflows/nightly-publish.yml index 5c28052426..763437508e 100644 --- a/.github/workflows/nightly-publish.yml +++ b/.github/workflows/nightly-publish.yml @@ -11,7 +11,7 @@ on: workflow_dispatch: # Allows manual triggering. env: - NODE_VERSION: 20.18.1 + NODE_VERSION: 20.19.2 PNPM_VERSION: 10.8.1 jobs: diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 2b74f977b3..d4e9768fb7 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: # Allows manual triggering env: - NODE_VERSION: 20.18.1 + NODE_VERSION: 20.19.2 PNPM_VERSION: 10.8.1 jobs: diff --git a/.nvmrc b/.nvmrc index e8aa644174..1d898f1fe5 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.18.1 +v20.19.2 diff --git a/.tool-versions b/.tool-versions index e8fc3f8ea0..269cea0b28 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 20.18.1 +nodejs 20.19.2 diff --git a/evals/.tool-versions b/evals/.tool-versions index 18277f9311..59f68ed949 100644 --- a/evals/.tool-versions +++ b/evals/.tool-versions @@ -1,4 +1,4 @@ python 3.13.2 golang 1.24.2 rust 1.85.1 -nodejs 20.18.1 +nodejs 20.19.2 diff --git a/evals/scripts/setup.sh b/evals/scripts/setup.sh index 69a43273dd..d784c75312 100755 --- a/evals/scripts/setup.sh +++ b/evals/scripts/setup.sh @@ -176,8 +176,8 @@ for i in "${!options[@]}"; do case "${plugin}" in "nodejs") if ! command -v node &>/dev/null; then - asdf install nodejs 20.18.1 || exit 1 - asdf set nodejs 20.18.1 || exit 1 + asdf install nodejs 20.19.2 || exit 1 + asdf set nodejs 20.19.2 || exit 1 NODE_VERSION=$(node --version) echo "✅ Node.js is installed ($NODE_VERSION)" else @@ -185,7 +185,7 @@ for i in "${!options[@]}"; do echo "✅ Node.js is installed ($NODE_VERSION)" fi - if [[ $(node --version) != "v20.18.1" ]]; then + if [[ $(node --version) != "v20.19.2" ]]; then NODE_VERSION=$(node --version) echo "🚨 You have the wrong version of node installed ($NODE_VERSION)." echo "💡 If you are using nvm then run 'nvm install' to install the version specified by the repo's .nvmrc." diff --git a/package.json b/package.json index e488cc4987..365f6d9399 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "roo-code", "packageManager": "pnpm@10.8.1", "engines": { - "node": "20.18.1" + "node": "20.19.2" }, "scripts": { "preinstall": "node scripts/bootstrap.mjs", diff --git a/src/package.json b/src/package.json index c98d7f8537..0f68eb6194 100644 --- a/src/package.json +++ b/src/package.json @@ -11,7 +11,7 @@ }, "engines": { "vscode": "^1.84.0", - "node": "20.18.1" + "node": "20.19.2" }, "author": { "name": "Roo Code"