From 8d4b779a686416b36502464613a564d7964a7a8c Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Wed, 21 Feb 2024 23:21:02 -0800 Subject: [PATCH] Added step to install NPM packages --- .github/workflows/azure-ipam-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/azure-ipam-build.yml b/.github/workflows/azure-ipam-build.yml index bf1c0f2..5a21f0b 100644 --- a/.github/workflows/azure-ipam-build.yml +++ b/.github/workflows/azure-ipam-build.yml @@ -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