alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 736 forks source link

fix: updating the version of Nock library #736

Closed bhardwz closed 1 year ago

bhardwz commented 1 year ago

Changes the Nock library version to be compatible with node 18.

Description

Updated the nock version to 13.3.0,

Motivation and Context

Builds of ask-sdk-v1adapter and ask-sdk-express-adapter were failing for node18, so updated the required package to pass the build.

Testing

Created local npm module and tested using the unit testcases.

Types of changes

Checklist

License