neilenns / node-deepstackai-trigger

Detects motion using Deepstack AI and calls registered triggers based on trigger rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Jest to latest version

neilenns opened this issue · comments

Gambling that this also updates dependencies that have a security vulnerability.

For some reason the build with this simple change failed during the Docker CI test. Node-gyp wouldn't build.

Upgrading the base Docker image from node:slim to node:12 solved the problem.