Skip to content

Commit

Permalink
ci: use node20 for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Sep 24, 2024
1 parent a6b9152 commit 79bb3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/release-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
required: false

runs:
using: "node16"
using: "node20"
main: "dist/index.js"

branding:
Expand Down

0 comments on commit 79bb3ad

Please sign in to comment.