Skip to content

Commit 2a548d1

Browse files
committed
Set the composite action’s default node-version back to 24.x
The previous default of 24.x was there to match the Node version used elsewhere in the repo, so dropping it to 20 only adds confusion. I’ll set the composite action’s node-version default back to 24.x so every caller still gets a consistent runtime, while individual jobs remain free to override it if they need a different Node release.
1 parent b6f35b5 commit 2a548d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions/publish-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inputs:
1717
node-version:
1818
description: 'Node.js version to use when publishing.'
1919
required: false
20-
default: '20'
20+
default: '24.x'
2121
registry-url:
2222
description: 'Registry URL used for npm publish.'
2323
required: false

0 commit comments

Comments
 (0)