mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
[CI] update to actions/setup-java@v1.4.3 (#785)
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ see also #780
This commit is contained in:
parent
5d80168f20
commit
0d0b4d5af2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Setup Java JDK
|
- name: Setup Java JDK
|
||||||
uses: actions/setup-java@v1.3.0
|
uses: actions/setup-java@v1.4.3
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
java-package: jre
|
java-package: jre
|
||||||
|
@ -31,4 +31,4 @@ jobs:
|
||||||
- env:
|
- env:
|
||||||
CIRCLE_NODE_INDEX: ${{ matrix.mcVersionIndex }}
|
CIRCLE_NODE_INDEX: ${{ matrix.mcVersionIndex }}
|
||||||
CIRCLE_NODE_TOTAL: 10
|
CIRCLE_NODE_TOTAL: 10
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|
Loading…
Reference in a new issue