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

This commit is contained in:
Patrick Lehmann
2024-03-27 18:17:23 +01:00
committed by GitHub

View File

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