Skip to content

Commit

Permalink
github-action.json: Add node16 runner (#1959)
Browse files Browse the repository at this point in the history
* Update github-action.json

* Update github-action.json
  • Loading branch information
beeequeue authored Dec 2, 2021
1 parent 4a75036 commit 2298013
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 @@ -20,7 +20,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`.",
"const": "node12"
"enum": ["node12", "node16"]
},
"main": {
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsmain",
Expand Down

0 comments on commit 2298013

Please sign in to comment.