Skip to content

Commit afcf274

Browse files
pranasziaukasklardotsh
authored andcommitted
deps: Upgrade from NodeJS v12 to v16.
GitHub Actions has deprecated NodeJS 12 Actions, leaving the following annotation on jobs that use them. NodeJS 16 is supported, so upgrade the send-message Action to use that. > Node.js 12 actions are deprecated. For more information see: > https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Fixes #70.
1 parent 6ac0e0f commit afcf274

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: 'node12'
30+
using: 'node16'
3131
main: '../dist/send-message/index.js'

0 commit comments

Comments
 (0)