Update to use Node.js 16

This commit is contained in:
Matt Verrinder 2022-10-11 21:57:27 +01:00
parent fbf0ccc42a
commit 50f8578df5

View File

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