Skip to content

Commit

Permalink
Merge pull request #233 from Azure/build-workflow-fix3
Browse files Browse the repository at this point in the history
Workflow Install NPM Packages
  • Loading branch information
DCMattyG authored Feb 22, 2024
2 parents 68c9412 + 8d4b779 commit 7e69bde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/azure-ipam-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
with:
node-version: 18

- name: Install NPM Packages
run: npm install

- name: Checkout Azure IPAM Code
uses: actions/checkout@v4

Expand Down

0 comments on commit 7e69bde

Please sign in to comment.