mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +00:00
Actually install the correct version of node (#4655)
Co-authored-by: Joe Pea <trusktr@gmail.com>
This commit is contained in:
parent
bb9c225f23
commit
51e4c0c836
@ -22,7 +22,7 @@ commands:
|
|||||||
node-version: << parameters.node-version >>
|
node-version: << parameters.node-version >>
|
||||||
- node/install:
|
- node/install:
|
||||||
install-npm: true
|
install-npm: true
|
||||||
node-version: lts/fermium
|
node-version: << parameters.node-version >>
|
||||||
- run: npm install
|
- run: npm install
|
||||||
restore_cache_cmd:
|
restore_cache_cmd:
|
||||||
description: "Custom command for restoring cache with the ability to bust cache. When BUST_CACHE is set to true, jobs will not restore cache"
|
description: "Custom command for restoring cache with the ability to bust cache. When BUST_CACHE is set to true, jobs will not restore cache"
|
||||||
|
Loading…
Reference in New Issue
Block a user