Upgrade with-post-step action to run using the Node.js 20.x runtime

This commit is contained in:
Erich Soares Machado
2024-03-27 10:48:02 -04:00
parent 60281e01e2
commit 583eed8c84

View File

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