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'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -18,7 +18,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: Cache npm
|
||||
uses: https://github.com/actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user