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 695c640 commit b39b042
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Build Authorization Server With Maven
run: mvn -B package --file authorization_server/pom.xml

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

- name: Build Frontend with Angular
run: |
cd client
Expand Down Expand Up @@ -55,7 +60,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18.20.2'

- name: Install dependencies
run: |
Expand Down

0 comments on commit b39b042

Please sign in to comment.