alexa / ask-toolkit-for-vscode

ASK Toolkit is an extension for Visual Studio Code (VSC) that that makes it easier for developers to develop and deploy Alexa Skills.
https://developer.amazon.com/en-US/docs/alexa/ask-toolkit/get-started-with-the-ask-toolkit-for-visual-studio-code.html
Apache License 2.0
108 stars 52 forks source link

fix: revert vsce version back to 1.xxx #188

Closed tkm22 closed 2 years ago

tkm22 commented 2 years ago

Description

revert vsce version from 2.9 to 1.103.

Motivation and Context

vsce in 2.xxx requires node version >= 14, but internal release process uses old node version with 11. The upgrade of node is non-trivial, so for now just downgrade vsce back to version 1.xxx for compatibility.

Testing

npm compile npm run test npm package

Screenshots (if appropriate)

image

Types of changes

Checklist

License