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:
parent
a3cefc117c
commit
aa828a94ac
8
.github/workflows/build-for-windows.yml
vendored
8
.github/workflows/build-for-windows.yml
vendored
@ -27,10 +27,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 14
|
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
|
# use npm to set up yarn
|
||||||
- name: Set up yarn cli
|
- name: Set up yarn cli
|
||||||
run: |
|
run: |
|
||||||
npm install --global yarn
|
npm install --global yarn
|
||||||
|
echo "Yarn version: "
|
||||||
yarn --version
|
yarn --version
|
||||||
|
|
||||||
- name: Set MSVC version
|
- name: Set MSVC version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user