Skip to content

Commit

Permalink
Merge pull request #116 from der-eismann/update-to-node20
Browse files Browse the repository at this point in the history
Update to node20
  • Loading branch information
svenstaro committed Nov 22, 2023
2 parents 1beeb57 + a4bae28 commit a13e7b5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ outputs:
browser_download_url:
description: 'The publicly available URL of the asset.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
19 changes: 14 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@octokit/types": "^9.2.3",
"@types/glob": "^8",
"@types/jest": "^29",
"@types/node": "^16",
"@types/node": "^20",
"@typescript-eslint/parser": "^6",
"@vercel/ncc": "^0.36.1",
"eslint": "^8",
Expand Down

0 comments on commit a13e7b5

Please sign in to comment.