-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade node 16 #9
Comments
Getting node updated would be great. We're running into build failures due to node not being above 16.10:
|
Also having this. Looking for |
running into this as well |
fyi you might be able to get passed this error by using |
Issue
Currently, many of the images contain node 16 as the latest version (specifically I'm looking at
fleek/nuxt-js
for my purposes. However, this it's set to node16.4
which is outdated now.Expected behavior
Could the node version in the
node16
tag be upgraded to node16.13.1
or later? Some packages I'm using in node 16 expect a newer version.(note that the
fleek/nuxtjs:node-latest
also uses node16.4
)The text was updated successfully, but these errors were encountered: