Skip to content

Commit

Permalink
dependencies: bump node to v20
Browse files Browse the repository at this point in the history
Node v16 is deprecated, bump to v20.
  • Loading branch information
mrks115 authored Jan 31, 2024
1 parent d8f4048 commit cc042cc
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 @@ -29,5 +29,5 @@ outputs:
changes:
description: 'Description text of the log entry found'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit cc042cc

Please # to comment.