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 .github/workflows/auto-fix-failed-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
if: steps.workflow-details.outputs.has_failed_tests == 'true'
uses: actions/setup-node@v6
with:
node-version: "20"
node-version-file: ".nvmrc"

- name: Install Continue CLI globally
if: steps.workflow-details.outputs.has_failed_tests == 'true'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cli-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 20
node-version-file: ".nvmrc"
cache: "npm"
cache-dependency-path: extensions/cli/package-lock.json

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [18, 20, 22, 24]
node-version: [22, 24]
Comment thread
ScrewTSW marked this conversation as resolved.
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 20
node-version-file: ".nvmrc"
cache: "npm"
cache-dependency-path: extensions/cli/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continue-agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
node-version-file: ".nvmrc"

- name: Install Continue CLI
run: npm i -g @continuedev/cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: ".nvmrc"
cache: npm
cache-dependency-path: docs-site/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "20"
node-version-file: ".nvmrc"

- name: Install Continue CLI globally
run: npm install -g @continuedev/cli@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 20
node-version-file: ".nvmrc"

- name: Setup packages
uses: ./.github/actions/setup-packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vscode-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 20
node-version-file: ".nvmrc"

- name: Determine version numbers
id: version
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.20.1
v22.23.2
Loading
Loading