Skip to content

Commit 4d5487d

Browse files
authored
chore(NODE-5547): fix npm version setting var (#633)
1 parent d1ca218 commit 4d5487d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ tasks:
101101
- func: fetch source
102102
vars:
103103
NODE_LTS_VERSION: 14
104-
NPM_VERSION: 9
105104
- func: install dependencies
105+
vars:
106+
NPM_VERSION: 9
106107
- func: run tests
107108
vars:
108109
TEST_TARGET: node

0 commit comments

Comments
 (0)