fix: update Node.js runtime from 20 to 24

GitHub Actions is deprecating Node.js 20 runners starting June 2, 2026.
Update action runtime and CI workflows to Node.js 24.

Closes #207

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dragan Filipovic
2026-04-02 22:40:21 +02:00
parent 2644554bce
commit 681efb59f1
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
node-version: [20.x] node-version: [24.x]
steps: steps:
- name: Checkout - name: Checkout

View File

@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ ubuntu-latest ] os: [ ubuntu-latest ]
node-version: [ 20.x ] node-version: [ 24.x ]
steps: steps:
- name: Checkout - name: Checkout

View File

@@ -55,7 +55,7 @@ outputs:
status: status:
description: "Status" description: "Status"
runs: runs:
using: "node20" using: "node24"
main: "dist/index.js" main: "dist/index.js"
branding: branding:
color: "green" color: "green"