Skip to content

Commit

Permalink
🔒 Update action to use node v16 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunreddyk authored Oct 24, 2022
1 parent 40da4d5 commit 56ab275
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 @@ -98,7 +98,7 @@ outputs:
description: 'The URLs to the created Pull Requests as an array'

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

branding:
Expand Down

0 comments on commit 56ab275

Please sign in to comment.