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

(cherry picked from commit 0c1e72cfd6)
This commit is contained in:
umarcor
2024-05-15 17:03:49 +02:00
committed by Patrick Lehmann
parent 0fef6f8a4d
commit 98f0fffaf6

View File

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