1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

print out versions

This commit is contained in:
JoelTrain 2022-08-25 17:09:18 -05:00
parent a3cefc117c
commit aa828a94ac
No known key found for this signature in database
GPG Key ID: E7720A2908E42F0A

View File

@ -27,10 +27,18 @@ jobs:
with:
node-version: 14
- name: Check node/npm version
run: |
echo "NodeJs version: "
node --version
echo "npm version: "
npm --version
# use npm to set up yarn
- name: Set up yarn cli
run: |
npm install --global yarn
echo "Yarn version: "
yarn --version
- name: Set MSVC version