Skip to content

Commit

Permalink
feat(node): use node20 in action
Browse files Browse the repository at this point in the history
  • Loading branch information
vernak2539 authored Jan 8, 2025
1 parent a39e1a8 commit aa87937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ inputs:
required: false
description: "The path to a json file with a version field, default to package.json."
runs:
using: "node16"
using: "node20"
main: "index.js"

0 comments on commit aa87937

Please sign in to comment.