mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
Remove logging step
This commit is contained in:
parent
6a2e0e6da5
commit
9064837dcf
1 changed files with 0 additions and 6 deletions
6
.github/main.workflow.yml
vendored
6
.github/main.workflow.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue