CI: remove no longer needed steps (#30674)

The latest `actions/setup-node` prints this info by default
This commit is contained in:
XhmikosR 2020-04-28 18:06:03 +03:00 committed by GitHub
parent acaa44cc0e
commit 06c3c144b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: node --version
- run: npm --version
- run: java -version
- name: Set up npm cache