Merge branch 'master' into develop

This commit is contained in:
Matthew Little
2021-12-22 18:35:10 +01:00
6 changed files with 40 additions and 9 deletions

View File

@@ -10,6 +10,11 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'
- name: Use Node.js
uses: actions/setup-node@v2
with: