CI: remove no longer needed steps (#294)

The latest `actions/setup-node` prints this info by default
This commit is contained in:
XhmikosR
2020-04-28 22:38:43 +03:00
committed by GitHub
parent 1dd2effede
commit 71a3fd902b
-3
View File
@@ -16,9 +16,6 @@ jobs:
with:
node-version: '12'
- run: node --version
- run: npm --version
- name: Install npm dependencies
run: npm ci