Skip to content

Commit 4c895be

Browse files
committed
ci(NODE-7490): pin npm to 11.11.1 for BSON compat tasks
1 parent 7be12ee commit 4c895be

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.evergreen/config.in.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,8 @@ tasks:
997997
- { key: VERSION, value: latest }
998998
- { key: NODE_LTS_VERSION, value: "20.19.0" }
999999
- func: install dependencies
1000+
vars:
1001+
NPM_VERSION: "11.11.1"
10001002
- func: switch source
10011003
vars:
10021004
SOURCE_REV: refs/tags/v7.0.0
@@ -1019,6 +1021,8 @@ tasks:
10191021
- { key: CLIENT_ENCRYPTION, value: "false" }
10201022
- { key: NODE_LTS_VERSION, value: "20.19.0" }
10211023
- func: install dependencies
1024+
vars:
1025+
NPM_VERSION: "11.11.1"
10221026
- func: bootstrap mongo-orchestration
10231027
- func: switch source
10241028
vars:
@@ -1042,6 +1046,8 @@ tasks:
10421046
- { key: CLIENT_ENCRYPTION, value: "false" }
10431047
- { key: NODE_LTS_VERSION, value: "20.19.0" }
10441048
- func: install dependencies
1049+
vars:
1050+
NPM_VERSION: "11.11.1"
10451051
- func: bootstrap mongo-orchestration
10461052
- func: switch source
10471053
vars:
@@ -1065,6 +1071,8 @@ tasks:
10651071
- { key: CLIENT_ENCRYPTION, value: "false" }
10661072
- { key: NODE_LTS_VERSION, value: "20.19.0" }
10671073
- func: install dependencies
1074+
vars:
1075+
NPM_VERSION: "11.11.1"
10681076
- func: bootstrap mongo-orchestration
10691077
- func: switch source
10701078
vars:

.evergreen/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,8 @@ tasks:
921921
- {key: VERSION, value: latest}
922922
- {key: NODE_LTS_VERSION, value: 20.19.0}
923923
- func: install dependencies
924+
vars:
925+
NPM_VERSION: 11.11.1
924926
- func: switch source
925927
vars:
926928
SOURCE_REV: refs/tags/v7.0.0
@@ -942,6 +944,8 @@ tasks:
942944
- {key: CLIENT_ENCRYPTION, value: 'false'}
943945
- {key: NODE_LTS_VERSION, value: 20.19.0}
944946
- func: install dependencies
947+
vars:
948+
NPM_VERSION: 11.11.1
945949
- func: bootstrap mongo-orchestration
946950
- func: switch source
947951
vars:
@@ -964,6 +968,8 @@ tasks:
964968
- {key: CLIENT_ENCRYPTION, value: 'false'}
965969
- {key: NODE_LTS_VERSION, value: 20.19.0}
966970
- func: install dependencies
971+
vars:
972+
NPM_VERSION: 11.11.1
967973
- func: bootstrap mongo-orchestration
968974
- func: switch source
969975
vars:
@@ -986,6 +992,8 @@ tasks:
986992
- {key: CLIENT_ENCRYPTION, value: 'false'}
987993
- {key: NODE_LTS_VERSION, value: 20.19.0}
988994
- func: install dependencies
995+
vars:
996+
NPM_VERSION: 11.11.1
989997
- func: bootstrap mongo-orchestration
990998
- func: switch source
991999
vars:

0 commit comments

Comments
 (0)