Aggiornamento staging #1

Merged
Alessio merged 25 commits from main into staging 2026-01-24 17:31:13 +01:00
Showing only changes of commit 263ae063ac - Show all commits
+12
View File
@@ -99,6 +99,18 @@ jobs:
packages: write packages: write
steps: steps:
- name: Setup Node.js for Actions
run: |
# Check if node is available
if (!(Get-Command node -ErrorAction SilentlyContinue)) {
Write-Host "Node.js not found, installing..."
choco install nodejs -y --version=20.11.0
refreshenv
}
node --version
shell: pwsh
continue-on-error: false
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4