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

This commit is contained in:
umarcor
2024-05-15 17:03:49 +02:00
parent adef08d3bd
commit 0c1e72cfd6

View File

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