Merge pull request #208 from easingthemes/fix/node24-compatibility

fix: update Node.js runtime from 20 to 24
This commit is contained in:
Dragan Filipović
2026-04-02 22:41:26 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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