mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
use java 17 for mc 1.18
This commit is contained in:
parent
d4208b2070
commit
4de82e4b3f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Setup Java JDK
|
||||
uses: actions/setup-java@v1.4.3
|
||||
with:
|
||||
java-version: '16'
|
||||
java-version: '17'
|
||||
distribution: 'adopt'
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
|
Loading…
Reference in a new issue