Skip to content

Commit 2d53e94

Browse files
committed
chore(monorepo): bump required Node.js version to match electron environment
1 parent 9c656bb commit 2d53e94

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

.evergreen/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ variables:
4040
EVERGREEN_VERSION_ID: ${version_id}
4141
EVERGREEN_WORKDIR: ${workdir}
4242
EVERGREEN_CREATED_AT: ${created_at}
43-
NODE_JS_VERSION: '22.15.1'
43+
NODE_JS_VERSION: '22.18.0'
4444
NPM_VERSION: '10.2.4'
4545
# secrets
4646
HADRON_METRICS_INTERCOM_APP_ID: ${metrics_intercom_app_id}

.github/workflows/authors-and-third-party-notices.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: actions/setup-node@v4
4242
with:
43-
node-version: 22.15.1
43+
node-version: 22.18.0
4444
cache: 'npm'
4545

4646
- name: Install [email protected]

.github/workflows/bump-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: 22.15.1
34+
node-version: 22.18.0
3535
cache: 'npm'
3636

3737
- name: Install [email protected]

.github/workflows/publish-compass.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js Environment
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 22.15.1
28+
node-version: 22.18.0
2929
cache: 'npm'
3030

3131
- name: Install [email protected]

.github/workflows/publish-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: 'Use Node.js'
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: 22.15.1
40+
node-version: 22.18.0
4141

4242
- name: Install [email protected]
4343
run: npm install -g [email protected]

.github/workflows/start-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- uses: actions/setup-node@v4
3535
with:
36-
node-version: 22.15.1
36+
node-version: 22.18.0
3737
cache: 'npm'
3838

3939
- name: Install [email protected]

.github/workflows/start-ga.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- uses: actions/setup-node@v4
3535
with:
36-
node-version: 22.15.1
36+
node-version: 22.18.0
3737
cache: 'npm'
3838

3939
- name: Install [email protected]

.github/workflows/test-installers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
- name: Setup Node.js
190190
uses: actions/setup-node@v4
191191
with:
192-
node-version: 22.15.1
192+
node-version: 22.18.0
193193
cache: 'npm'
194194

195195
- name: Run post-checkout command

.github/workflows/update-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- uses: actions/setup-node@v4
6565
with:
66-
node-version: 22.15.1
66+
node-version: 22.18.0
6767
cache: 'npm'
6868

6969
- name: Install [email protected]

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)