Skip to content

Commit 1326d0a

Browse files
authored
Merge pull request #208 from easingthemes/fix/node24-compatibility
fix: update Node.js runtime from 20 to 24
2 parents 2644554 + 681efb5 commit 1326d0a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
node-version: [20.x]
17+
node-version: [24.x]
1818

1919
steps:
2020
- name: Checkout

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ ubuntu-latest ]
15-
node-version: [ 20.x ]
15+
node-version: [ 24.x ]
1616

1717
steps:
1818
- name: Checkout

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ outputs:
5555
status:
5656
description: "Status"
5757
runs:
58-
using: "node20"
58+
using: "node24"
5959
main: "dist/index.js"
6060
branding:
6161
color: "green"

0 commit comments

Comments
 (0)