Open aelliott1485 opened 1 year ago
Per issue 137 the dependency querystring is deprecated. The changes here remove that dependency.
issue 137
I created a Dockerfile with the node 12
# specify the node base image with your desired version node:<version> FROM node:12
and changed it for node 16:
Then I add a mount (with the -v parameter) to /code. I could then run cd code && npm run cover
-v
/code
cd code && npm run cover
@jakelacey2012, @machadolucasvp or @julienwoll would one of you be able to take a peek at this please?
Description
Per issue 137 the dependency querystring is deprecated. The changes here remove that dependency.
References
issue 137
Testing
I created a Dockerfile with the node 12
and changed it for node 16:
Then I add a mount (with the
-v
parameter) to/code
. I could then runcd code && npm run cover
Checklist