Skip to content

Commit

Permalink
Update sast-and-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidyaaa24 authored Jul 5, 2023
1 parent 0d17a5a commit fcc44aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sast-and-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 10

- name: Build with NPM
run: |
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 10

- name: Build with NPM and Maven
run: |
Expand All @@ -83,10 +83,10 @@ jobs:
npm install [email protected]
npm install --force
npm run build
mvn clean install
- name: Create WAR file
run: mvn -B package --file pom.xml
run: jar -cvf 1097ui-v1.0.war -C dist .

- name: Upload WAR file as artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit fcc44aa

Please sign in to comment.