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:
LucaZanni
2026-06-06 14:24:11 +02:00
parent 392cdf2580
commit b21c3877c6
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ on:
inputs: inputs:
node-version: node-version:
type: string type: string
default: '22.17' default: '24.16.0'
java-version: java-version:
type: string type: string
default: '21' default: '21'
@@ -44,7 +44,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: https://gitea.com/actions/setup-node@v4 uses: https://gitea.com/actions/setup-node@v4
with: with:
node-version: ${{ inputs.node-version || '22.17' }} node-version: ${{ inputs.node-version || '24.16.0' }}
- name: Setup Java - name: Setup Java
uses: https://github.com/actions/setup-java@v4 uses: https://github.com/actions/setup-java@v4
+2 -2
View File
@@ -5,7 +5,7 @@ on:
inputs: inputs:
node-version: node-version:
type: string type: string
default: '22.17' default: '24.16.0'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: https://gitea.com/actions/setup-node@v4 uses: https://gitea.com/actions/setup-node@v4
with: with:
node-version: ${{ inputs.node-version || '22.17' }} node-version: ${{ inputs.node-version || '24.16.0' }}
- name: Cache npm - name: Cache npm
uses: https://github.com/actions/cache@v4 uses: https://github.com/actions/cache@v4
+2 -2
View File
@@ -5,7 +5,7 @@ on:
inputs: inputs:
node-version: node-version:
type: string type: string
default: '22.17' default: '24.16.0'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: https://gitea.com/actions/setup-node@v4 uses: https://gitea.com/actions/setup-node@v4
with: with:
node-version: ${{ inputs.node-version || '22.17' }} node-version: ${{ inputs.node-version || '24.16.0' }}
- name: Cache npm - name: Cache npm
uses: https://github.com/actions/cache@v4 uses: https://github.com/actions/cache@v4
+2 -2
View File
@@ -5,7 +5,7 @@ on:
inputs: inputs:
node-version: node-version:
type: string type: string
default: '22.17' default: '24.16.0'
npm-version: npm-version:
type: string type: string
default: '' default: ''
@@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: https://gitea.com/actions/setup-node@v4 uses: https://gitea.com/actions/setup-node@v4
with: with:
node-version: ${{ inputs.node-version || '22.17' }} node-version: ${{ inputs.node-version || '24.16.0' }}
- name: Upgrade npm - name: Upgrade npm
if: inputs.npm-version != '' if: inputs.npm-version != ''
+2 -2
View File
@@ -5,7 +5,7 @@ on:
inputs: inputs:
node-version: node-version:
type: string type: string
default: '22.17' default: '24.16.0'
jobs: jobs:
npm-publish: npm-publish:
@@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: https://gitea.com/actions/setup-node@v4 uses: https://gitea.com/actions/setup-node@v4
with: with:
node-version: ${{ inputs.node-version || '22.17' }} node-version: ${{ inputs.node-version || '24.16.0' }}
- name: Cache npm - name: Cache npm
uses: https://github.com/actions/cache@v4 uses: https://github.com/actions/cache@v4
+2 -2
View File
@@ -5,7 +5,7 @@ on:
inputs: inputs:
node-version: node-version:
type: string type: string
default: '22.17' default: '24.16.0'
npm-version: npm-version:
type: string type: string
default: '' default: ''
@@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: https://gitea.com/actions/setup-node@v4 uses: https://gitea.com/actions/setup-node@v4
with: with:
node-version: ${{ inputs.node-version || '22.17' }} node-version: ${{ inputs.node-version || '24.16.0' }}
- name: Upgrade npm - name: Upgrade npm
if: inputs.npm-version != '' if: inputs.npm-version != ''