Actually install the correct version of node (#4655)

Co-authored-by: Joe Pea <trusktr@gmail.com>
This commit is contained in:
John Hill 2022-01-03 13:44:57 -08:00 committed by GitHub
parent bb9c225f23
commit 51e4c0c836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"