with-post-step: use Node.js 16 instead of Node.js 12

https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
This commit is contained in:
Unai Martinez-Corral
2022-11-07 22:14:53 +00:00
parent 8d0bd87229
commit 60dd89651a

View File

@@ -37,6 +37,6 @@ inputs:
default: POST default: POST
runs: runs:
using: 'node12' using: 'node16'
main: 'main.js' main: 'main.js'
post: 'main.js' post: 'main.js'