Skip to content

Commit

Permalink
Use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Jan 23, 2024
1 parent 9e344a9 commit 906ff56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
java-version: '17'
distribution: 'temurin'

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

- name: Cache Node modules
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 906ff56

Please sign in to comment.