Skip to content

Commit

Permalink
feat: updated to runtime node20 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime authored Feb 2, 2024
1 parent 53bf416 commit 8a71848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.11.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ outputs:
description: "Boolean indicating if the paths were changed in previous commit"

runs:
using: "node16"
using: "node20"
main: "dist/index.js"
branding:
icon: terminal
Expand Down

0 comments on commit 8a71848

Please sign in to comment.