diff --git a/action.yml b/action.yml index 3799f17..a5caaf7 100644 --- a/action.yml +++ b/action.yml @@ -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 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 65136df..5c491a4 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "msvc-dev-cmd", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 7966a53..508fc5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "msvc-dev-cmd", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "msvc-dev-cmd", - "version": "1.11.0", + "version": "1.12.0", "license": "MIT", "dependencies": { "@actions/core": "^1.9.1" diff --git a/package.json b/package.json index ccc6417..c613560 100644 --- a/package.json +++ b/package.json @@ -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": {