Update action.yml

This commit is contained in:
Ludea 2024-08-16 19:38:44 +02:00 committed by GitHub
parent 37dbefad67
commit 9c5d9115cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,5 +21,5 @@ outputs:
artifacts: artifacts:
description: 'JSON array of artifact paths produced by the build command' description: 'JSON array of artifact paths produced by the build command'
runs: runs:
using: 'node16' using: 'node20'
main: 'dist/index.js' main: 'dist/index.js'