Skip to content

Commit

Permalink
Merge pull request #232 from Azure/build-workflow-fix2
Browse files Browse the repository at this point in the history
Added NodeJS to Workflow
  • Loading branch information
DCMattyG authored Feb 22, 2024
2 parents f5f2172 + e2e5df1 commit 68c9412
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/azure-ipam-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 68c9412

Please sign in to comment.