Merge remote-tracking branch 'origin/prova' into prova
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Setup Node 22
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22'
|
||||
node-version: "22"
|
||||
|
||||
- name: Apply formatting with Prettier
|
||||
shell: bash
|
||||
@@ -99,8 +99,8 @@ jobs:
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
java-version: "21"
|
||||
distribution: "temurin"
|
||||
|
||||
- name: Run Tests with Gradle
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user