Remove logging step
parent
6a2e0e6da5
commit
9064837dcf
|
|
@ -12,12 +12,6 @@ jobs:
|
|||
uses: bryanmacfarlane/node-config@master
|
||||
with:
|
||||
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
|
||||
run: npm install
|
||||
|
|
|
|||
Loading…
Reference in New Issue