-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed node version, removed scheduled scan, changed dir variable
- Loading branch information
1 parent
c71c672
commit 972d79a
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Install Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16 | ||
node-version: 20 | ||
|
||
- name: Setup package manager and install dependencies | ||
id: setup-deps | ||
|
@@ -63,6 +63,7 @@ jobs: | |
npx ${{ inputs.package-manager }} run build | ||
npx ${{ inputs.package-manager }} run start & # This starts the server in the background | ||
sleep 5 # This allows the server some time to start up | ||
working-directory: ./client | ||
|
||
- name: Run OWASP ZAP Full Scan | ||
uses: zaproxy/[email protected] | ||
|