mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-06 21:57:19 +08:00
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:
+1
-1
@@ -15,7 +15,7 @@ inputs:
|
||||
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").
|
||||
runs:
|
||||
using: node12
|
||||
using: node16
|
||||
main: index.js
|
||||
branding:
|
||||
icon: terminal
|
||||
|
||||
Reference in New Issue
Block a user