Skip to content

Commit b509011

Browse files
regenerate config after merging in var fix from main
1 parent e3f4e9c commit b509011

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.evergreen/config.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2985,19 +2985,25 @@ tasks:
29852985
tags:
29862986
- unit-tests
29872987
commands:
2988+
- command: expansions.update
2989+
type: setup
2990+
params:
2991+
updates:
2992+
- {key: NODE_LTS_VERSION, value: '18'}
2993+
- {key: NPM_VERSION, value: '9'}
29882994
- func: install dependencies
2989-
vars:
2990-
NODE_LTS_VERSION: 18
2991-
NPM_VERSION: 9
29922995
- func: run unit tests
29932996
- name: run-unit-tests-node-20
29942997
tags:
29952998
- unit-tests
29962999
commands:
3000+
- command: expansions.update
3001+
type: setup
3002+
params:
3003+
updates:
3004+
- {key: NODE_LTS_VERSION, value: '20'}
3005+
- {key: NPM_VERSION, value: latest}
29973006
- func: install dependencies
2998-
vars:
2999-
NODE_LTS_VERSION: 20
3000-
NPM_VERSION: latest
30013007
- func: run unit tests
30023008
- name: run-lint-checks
30033009
tags:

0 commit comments

Comments
 (0)