Supported Versions are not up-to-date
Closed this issue · 1 comments
Tbaile commented
(my bad, pressed enter)
The issue is that the base image for node is not the LTS, neither all the versions are available through the plugin. The easiest workaround is to use a compose and use the node image like this:
type: compose
services:
image: node:16.16.0
command: tail -f /dev/null
However this causes issues with some of the "basic commands" such as build and run (due to the fact that the node image runs in the WORKDIR directory).
Is possible to add more versions? Can do pr and testing if needed.