Skip to content

Commit

Permalink
build(deps): Upgrade Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Sep 7, 2023
1 parent cf5a38d commit 4ab8b18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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: trash
color: green
runs:
using: node16
using: node20
main: 'index.js'
inputs:
token:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@biomejs/biome": "^1.0.0",
"@octokit/plugin-rest-endpoint-methods": "^9.0.0",
"@types/node": "^16.18.48",
"@types/node": "^20.5.9",
"esbuild": "^0.19.2",
"typescript": "^5.2.2"
}
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 4ab8b18

Please sign in to comment.