Update action.yml

Replace Node.js 16 with Node.js 20
This commit is contained in:
kawon7317 2024-01-25 17:39:12 +08:00 committed by GitHub
parent c9685f2ae5
commit faa06544ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,5 +23,5 @@ outputs:
description: 'The resulting location of msbuild for your inputs'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'