CI: remove no longer needed steps

The latest `actions/setup-node` prints this info by default

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-04-28 17:38:55 +03:00
parent 71d32c34d1
commit f7277b28b8

View File

@@ -22,9 +22,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: node --version
- run: npm --version
- name: Install npm dependencies
run: npm ci