forcedotcom / lightning-language-server

LWC and Aura Language Servers - shipped as part of the Salesforce VSCode Extensions
https://forcedotcom.github.io/salesforcedx-vscode/
BSD 3-Clause "New" or "Revised" License
33 stars 49 forks source link

ci: update manual release and push to main to allow for nvmrc usage #552

Closed randi274 closed 1 year ago

randi274 commented 1 year ago

What does this PR do?

Swaps the order of checkout and node setup in 2 github actions so we can use the nvmrc of the checked out code to determine the node version used.

What issues does this PR fix or reference?

Follow-up fix to #549