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

View File

@@ -12,12 +12,6 @@ jobs:
uses: bryanmacfarlane/node-config@master uses: bryanmacfarlane/node-config@master
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