Update the action to node 16 (#60)

Node 12 is deprecated and gives off a warning:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
This commit is contained in:
Mathias LANG
2022-10-15 09:42:27 +09:00
committed by GitHub
parent f6f64f2dd6
commit 4734b1a57b
+1 -1
View File
@@ -15,7 +15,7 @@ inputs:
vsversion: vsversion:
description: The Visual Studio version to use. This can be the version number (e.g. 16.0 for 2019) or the year (e.g. "2019"). description: The Visual Studio version to use. This can be the version number (e.g. 16.0 for 2019) or the year (e.g. "2019").
runs: runs:
using: node12 using: node16
main: index.js main: index.js
branding: branding:
icon: terminal icon: terminal