mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +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/install:
|
||||
install-npm: true
|
||||
node-version: lts/fermium
|
||||
node-version: << parameters.node-version >>
|
||||
- run: npm install
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user