Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 6604f03

Browse files
committed
Add node to CI action
1 parent 949f961 commit 6604f03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
distribution: 'temurin'
2020
cache: 'maven'
2121

22+
- name: Setup Node.js
23+
uses: actions/setup-node@v4
24+
with:
25+
node-version: '20'
26+
cache: 'npm'
27+
2228
- name: Build with Maven and deploy to Artifactory
2329
env:
2430
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}

0 commit comments

Comments
 (0)