Skip to content

Commit

Permalink
Merge pull request #418 from muno92/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update dependency @types/node to v20
  • Loading branch information
muno92 authored Oct 24, 2023
2 parents 8658d1b + 7aa41f0 commit 06bad40
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ inputs:
required: false
description: Comma-separated list of extensions to install.
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: hash
Expand Down
36 changes: 27 additions & 9 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 @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vercel/ncc": "^0.38.0",
"eslint": "^8.14.0",
Expand Down

0 comments on commit 06bad40

Please sign in to comment.