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 .cursor/rules/development.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ alwaysApply: true
- Tooling packages (development tools)

## Build Requirements
- Node environment version 16 required, this is a minimum.
- Node environment version 20 required, this is a minimum.
- yarn required
- Some projects may have specific environment prerequisites

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
# Node versions to run on.
version: [18, 21]
version: [20, 22]
Comment thread
devin-ai-integration[bot] marked this conversation as resolved.

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand All @@ -34,7 +34,7 @@ jobs:
workspace_name: '@launchdarkly/js-client-sdk'
workspace_path: packages/sdk/browser
- name: Check package size
if: github.event_name == 'pull_request' && matrix.version == '21'
if: github.event_name == 'pull_request' && matrix.version == '22'
uses: ./actions/package-size
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/combined-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
# Node versions to run on.
version: [18, 21]
version: [20, 22]
Comment thread
devin-ai-integration[bot] marked this conversation as resolved.

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand All @@ -34,7 +34,7 @@ jobs:
workspace_name: '@launchdarkly/browser'
workspace_path: packages/sdk/combined-browser
- name: Check package size
if: github.event_name == 'pull_request' && matrix.version == '21'
if: github.event_name == 'pull_request' && matrix.version == '22'
uses: ./actions/package-size
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
# Node versions to run on.
version: [18, 22]
version: [20, 22]

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Tooling packages (development tools)

## Build Requirements
- Node environment version 16 required (minimum)
- Node environment version 20 required (minimum)
Comment thread
devin-ai-integration[bot] marked this conversation as resolved.
- yarn required
- Some projects may have specific environment prerequisites

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We encourage pull requests and other contributions from the community. Before su

### Prerequisites

A node environment of version 16 and npm or yarn are required to develop in this repository.
A node environment of version 20 and npm or yarn are required to develop in this repository.

This monorepo may contain projects that are not suitable for execution using node, and those
projects will have specific environment prerequisites.
Expand Down
Loading