Skip to content

Commit 7315a94

Browse files
committed
msvc-dev-cmd v1.12.0
2 parents 5c330b4 + 4734b1a commit 7315a94

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
vsversion:
1616
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").
1717
runs:
18-
using: node12
18+
using: node16
1919
main: index.js
2020
branding:
2121
icon: terminal

node_modules/.package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "msvc-dev-cmd",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "GitHub Action to setup Developer Command Prompt for Microsoft Visual C++",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)