Aggiornamento staging #1
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user