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: 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"