Skip to content

Commit

Permalink
Upgrade java & node.js (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvishnyakov authored Jan 22, 2024
1 parent 4265e39 commit e08d3b1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ jobs:

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 variables
if: ${{ github.event_name == 'workflow_dispatch' }}
run: |
Expand All @@ -61,7 +72,7 @@ jobs:
run: |
echo "BUILD_DOCKER=true" >> $GITHUB_ENV
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit e08d3b1

Please sign in to comment.