Skip to content

Commit

Permalink
Update zap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek28058 authored Dec 9, 2024
1 parent d14f978 commit cbcad46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/zap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'

- name: Install Newman
run: npm install -g newman

Expand Down

0 comments on commit cbcad46

Please sign in to comment.