Skip to content

Commit

Permalink
msvc-dev-cmd v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilammy committed Oct 15, 2022
2 parents 5c330b4 + 4734b1a commit 7315a94
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msvc-dev-cmd",
"version": "1.11.0",
"version": "1.12.0",
"description": "GitHub Action to setup Developer Command Prompt for Microsoft Visual C++",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7315a94

Please sign in to comment.