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 735 forks source link

feat: updating nock library for node 18 #734

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, Updated the testcase cases to be compatible with the latest package.

Motivation and Context

Build of ask-sdk-core was failing for node18, so updated the required package to pass the build.

Testing

Created local npm module of ask-sdk-core. Tested using the unit testcases.

Types of changes

Checklist

License