Skip to content

Commit

Permalink
deps: Upgrade from NodeJS v12 to v16.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pranasziaukas authored and klardotsh committed Nov 30, 2022
1 parent 6ac0e0f commit afcf274
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: 'node12'
using: 'node16'
main: '../dist/send-message/index.js'

0 comments on commit afcf274

Please sign in to comment.