Skip to content

Commit 24ffd7a

Browse files
authored
chore: update node requirement in the monorepo to match electron version (#7640)
* chore: update node requirement in the monorepo to match electron version * chore: update Node.js version in tool-version file * fix(mocha-config): explicitly disable experimental-strip-types node option to make sure that ts-node is the only one parsing ts files See https://github.com/mongodb-js/compass/pull/7339\#issuecomment-3337995893 for what exactly is happening
1 parent fe58808 commit 24ffd7a

File tree

14 files changed

+27
-12
lines changed

14 files changed

+27
-12
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.21.1'
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.21.1
4444
cache: 'npm'
4545

4646
- name: Install npm@10.2.4

.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.21.1
3535
cache: 'npm'
3636

3737
- name: Install npm@10.2.4

.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.21.1
2929
cache: 'npm'
3030

3131
- name: Install npm@10.2.4

.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.21.1
4141

4242
- name: Install npm@10.2.4
4343
run: npm install -g npm@10.2.4

.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.21.1
3737
cache: 'npm'
3838

3939
- name: Install npm@10.2.4

.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.21.1
3737
cache: 'npm'
3838

3939
- name: Install npm@10.2.4

.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.21.1
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
@@ -66,7 +66,7 @@ jobs:
6666

6767
- uses: actions/setup-node@v4
6868
with:
69-
node-version: 22.15.1
69+
node-version: 22.21.1
7070
cache: 'npm'
7171

7272
- name: Install npm@10.2.4

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
# This Node.js version matches the one required in
55
# the "engines" in the package.json.
6-
nodejs 22.17.1
6+
nodejs 22.21.1

0 commit comments

Comments
 (0)