Skip to content

Commit

Permalink
feat: Set up Node 18, Set up Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegoO committed Jan 17, 2024
1 parent b07a54c commit 695aaee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/module-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ jobs:
moduleId: ${{ steps.artifact_ver.outputs.moduleId }}

steps:
- name: Set up Node 18
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Set up Java 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Set RELEASE_STATUS
if: ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' }}
Expand Down

0 comments on commit 695aaee

Please sign in to comment.