Skip to content

Commit 5aa34c1

Browse files
authored
Add node24 to GitHub Action runtime options (SchemaStore#4882)
1 parent e67b9e3 commit 5aa34c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/json/github-action.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"using": {
3333
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsusing",
3434
"description": "The application used to execute the code specified in `main`.",
35-
"enum": ["node12", "node16", "node20"]
35+
"enum": ["node12", "node16", "node20", "node24"]
3636
},
3737
"main": {
3838
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsmain",

0 commit comments

Comments
 (0)