Remove logging step

This commit is contained in:
Danny McCormick 2019-06-07 16:46:18 -04:00 committed by GitHub
parent 6a2e0e6da5
commit 9064837dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,12 +13,6 @@ jobs:
with: with:
version: 10.x version: 10.x
- name: Get env info
run: |
node -v
npm -v
echo "console.log(process.env)"> abc.js && node abc.js
- name: npm install - name: npm install
run: npm install run: npm install