Skip to content

Commit

Permalink
Adding right version of node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCunha-19 committed May 18, 2024
1 parent b39b042 commit b9dc69f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,17 @@ jobs:
with:
node-version: '18.20.2'

- name: Build Frontend with Angular
- name: Install dependencies
run: |
cd client
npm install
- name: Build Frontend with Angular
run: |
cd client
export NODE_OPTIONS=--openssl-legacy-provider
npm run build --prod

- name: Upload Resource Server Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b9dc69f

Please sign in to comment.