Skip to content

Commit 893f158

Browse files
authored
fix(gha): move from node 20 to node 24 (#1470)
| 🚥 Resolves #1469 | | :------------------- | ## 🧰 Changes GitHub is EOL'ing Node 20 in actions at the end of next month so this upgrades our GHA Workflow to Node 24.
1 parent ec5cd68 commit 893f158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ outputs:
1212
rdme:
1313
description: The rdme command result output
1414
runs:
15-
using: node20
15+
using: node24
1616
pre: bin/write-gha-pjson.js
1717
main: dist-gha/run.cjs

0 commit comments

Comments
 (0)