Skip to content

Commit

Permalink
🔒 Update action to Node 20 (#331)
Browse files Browse the repository at this point in the history
Closes: #332
  • Loading branch information
rasa committed May 5, 2024
1 parent df38d30 commit 88a3448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ outputs:
description: 'The URLs to the created Pull Requests as an array'

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

branding:
icon: 'git-pull-request'
color: 'gray-dark'
color: 'gray-dark'

0 comments on commit 88a3448

Please sign in to comment.