Skip to content

Commit

Permalink
Added NodeJS setup in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Garrett committed Feb 22, 2024
1 parent f5f2172 commit e2e5df1
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 e2e5df1

Please sign in to comment.