Skip to content

Commit

Permalink
fix: Upgrade runtime from node16 to node20 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone authored Nov 3, 2023
1 parent d3c956e commit 9065c83
Show file tree
Hide file tree
Showing 6 changed files with 695 additions and 6,276 deletions.
26 changes: 6 additions & 20 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"projectOwner": "bicstone",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"commitConvention": "eslint",
Expand All @@ -29,47 +27,35 @@
"name": "takeshi.kondo",
"avatar_url": "https://avatars.githubusercontent.com/u/1284496?v=4",
"profile": "https://github.com/stmon19",
"contributions": [
"bug",
"code"
]
"contributions": ["bug", "code"]
},
{
"login": "suzuken",
"name": "Kenta SUZUKI",
"avatar_url": "https://avatars.githubusercontent.com/u/491428?v=4",
"profile": "http://suzuken.hatenablog.jp/",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "mantaroh",
"name": "mantaroh",
"avatar_url": "https://avatars.githubusercontent.com/u/3241026?v=4",
"profile": "https://twitter.com/_mantaroh_",
"contributions": [
"ideas"
]
"contributions": ["ideas"]
},
{
"login": "hynjnk",
"name": "Hyunjoon KIM",
"avatar_url": "https://avatars.githubusercontent.com/u/38238305?v=4",
"profile": "https://github.com/hynjnk",
"contributions": [
"ideas",
"code"
]
"contributions": ["ideas", "code"]
},
{
"login": "shuyahonda",
"name": "Shuya Honda",
"avatar_url": "https://avatars.githubusercontent.com/u/1390857?v=4",
"profile": "https://github.com/shuyahonda",
"contributions": [
"ideas"
]
"contributions": ["ideas"]
}
],
"contributorsPerLine": 7,
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.2
20.9.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branding:
icon: bell
color: green
runs:
using: node16
using: node20
main: dist/index.js
inputs:
project_key:
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9065c83

Please sign in to comment.