Skip to content

Commit

Permalink
deps: Upgrade from NodeJS v16 to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored and timabbott committed Feb 14, 2024
1 parent b62d5a0 commit 08b6fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion send-message/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ inputs:
description: 'The content of the message. Maximum message size of 10000 bytes.'
required: true
runs:
using: 'node16'
using: 'node20'
main: '../dist/send-message/index.js'

0 comments on commit 08b6fbd

Please sign in to comment.