mirror of
https://github.com/actions/setup-node
synced 2025-04-21 07:42:09 +00:00
Update main.workflow.yml
This commit is contained in:
parent
c099c13b3b
commit
d4624ade1c
6
.github/main.workflow.yml
vendored
6
.github/main.workflow.yml
vendored
@ -13,6 +13,12 @@ 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user