Clever / wag

sWAGger - Web API Generator
Apache License 2.0
77 stars 6 forks source link

pin dev nock dependency #469

Closed ChrisScotMartin closed 8 months ago

ChrisScotMartin commented 8 months ago

JIRA https://clever.atlassian.net/browse/INFRANG-5802

Overview CI was pulling in a new version of chai that used ?? which isn't a valid operator in our ridiculously outdated node/js version.

Pinned the root dependency that was pulling this in to fix things.

Testing Tests now pass in CI

Todo: