chore(ci): aggiorna node-version default a 24.16.0
Node.js 24.16.0 LTS sostituisce 22.17 come versione di default in tutti i workflow.
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
||||
inputs:
|
||||
node-version:
|
||||
type: string
|
||||
default: '22.17'
|
||||
default: '24.16.0'
|
||||
npm-version:
|
||||
type: string
|
||||
default: ''
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: https://gitea.com/actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ inputs.node-version || '22.17' }}
|
||||
node-version: ${{ inputs.node-version || '24.16.0' }}
|
||||
|
||||
- name: Upgrade npm
|
||||
if: inputs.npm-version != ''
|
||||
|
||||
Reference in New Issue
Block a user