mirror of
https://github.com/actions/setup-node.git
synced 2025-12-13 15:58:30 +08:00
Remove logging step
This commit is contained in:
6
.github/main.workflow.yml
vendored
6
.github/main.workflow.yml
vendored
@@ -13,12 +13,6 @@ jobs:
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user