File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -2985,19 +2985,25 @@ tasks:
2985
2985
tags :
2986
2986
- unit-tests
2987
2987
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'}
2988
2994
- func : install dependencies
2989
- vars :
2990
- NODE_LTS_VERSION : 18
2991
- NPM_VERSION : 9
2992
2995
- func : run unit tests
2993
2996
- name : run-unit-tests-node-20
2994
2997
tags :
2995
2998
- unit-tests
2996
2999
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}
2997
3006
- func : install dependencies
2998
- vars :
2999
- NODE_LTS_VERSION : 20
3000
- NPM_VERSION : latest
3001
3007
- func : run unit tests
3002
3008
- name : run-lint-checks
3003
3009
tags :
You can’t perform that action at this time.
0 commit comments