Bump versions for Node.js 16

This commit is contained in:
SiboVG 2022-10-20 18:02:02 +02:00
parent 5f11766e9a
commit 4e63595159

View File

@ -14,18 +14,18 @@ jobs:
steps: steps:
- name: Checkout repository and submodules - name: Checkout repository and submodules
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
submodules: recursive submodules: recursive
- name: Setup JDK 11 - name: Setup JDK 11
uses: actions/setup-java@v2 uses: actions/setup-java@v3
with: with:
java-version: '11' java-version: '11'
distribution: 'adopt' distribution: 'adopt'
- name: Ant build - name: Ant build
run: ant -noinput -buildfile build.xml clean check jar unittest run: ant -noinput -buildfile build.xml clean check jar unittest
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: openrocket_build_${{ github.run_number }} name: openrocket_build_${{ github.run_number }}
path: ${{github.workspace}}/swing/build/jar/OpenRocket.jar path: ${{github.workspace}}/swing/build/jar/OpenRocket.jar