Skip to content

Commit 08b6fbd

Browse files
SeanTAllentimabbott
authored andcommitted
deps: Upgrade from NodeJS v16 to v20
GitHub Actions has deprecated NodeJS 16 actions. See more at https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
1 parent b62d5a0 commit 08b6fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

send-message/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ inputs:
2727
description: 'The content of the message. Maximum message size of 10000 bytes.'
2828
required: true
2929
runs:
30-
using: 'node16'
30+
using: 'node20'
3131
main: '../dist/send-message/index.js'

0 commit comments

Comments
 (0)