Skip to content

Commit

Permalink
github-action: Add node20 runner (#3159)
Browse files Browse the repository at this point in the history
  • Loading branch information
WaterLemons2k authored Aug 24, 2023
1 parent 37a1f55 commit 85227eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/json/github-action.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"using": {
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsusing",
"description": "The application used to execute the code specified in `main`.",
"enum": ["node12", "node16"]
"enum": ["node12", "node16", "node20"]
},
"main": {
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsmain",
Expand Down

0 comments on commit 85227eb

Please sign in to comment.