зеркало из https://github.com/Azure/ipam.git
Merge pull request #232 from Azure/build-workflow-fix2
Added NodeJS to Workflow
This commit is contained in:
Коммит
68c94127e0
|
@ -23,6 +23,11 @@ jobs:
|
|||
steps:
|
||||
- run: echo "Job triggered by a ${{ github.event_name }} event to main."
|
||||
|
||||
- name: "Setup NodeJS v18"
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- name: Checkout Azure IPAM Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче