chore: upgrade actions/setup-node to v6 and node.js to v24 (#11237)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Almeida
2025-11-05 18:38:02 +00:00
committed by GitHub
parent 3122da4ea4
commit dafdc78e73
9 changed files with 30 additions and 30 deletions

View File

@@ -9,10 +9,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5
- name: Install Node.js v22
uses: actions/setup-node@v5
- name: Install Node.js v24
uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24
package-manager-cache: false
- name: Install dependencies